  | CTInterfaceControlVisibilityOverrideArgsSetSelection Method | 
            Set selection of given control.
            
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic bool SetSelection(
	HideableControlType eType,
	long lSelection
)
Public Function SetSelection ( 
	eType As HideableControlType,
	lSelection As Long
) As Boolean
Parameters
- eType  HideableControlType
 - Hideable control which selection to set.
 - lSelection  Int64
 - Selection to set.
 
Return Value
BooleanTrue if successfull, false otherwise
See Also