Contents Index Topic Contents | ||
Previous Topic: ShowPositionControls Property Next Topic: ShowTracker Property |
ShowSelectionControls Property
Indicates whether the selection controls are visible.
Syntax
[form.]object.ShowSelectionControls [ = { True | False } ]Settings
True The selection controls are visible. False (Default) The selection controls are not visible. Data Type
Boolean
Remarks
There are two selection buttonsStart Selection and End Selection. Start Selection sets the SelectionStart property to the current media position and End Selection sets the SelectionEnd property to the current media position. If you choose an invalid selection, such as an end time that is earlier than the start time, DirectShow automatically sets SelectionStart to the start of the data stream and SelectionEnd to the end.
Run-time access: read/write. Design-time access: read/write.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.