 | ObjectEditGuardGetExtControl Method |
Note: This API is now obsolete.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax[ObsoleteAttribute("GetExtControl is deprecated, please use GetExtControls2 instead.")]
public virtual bool GetExtControl(
ctEditGuardObjectType objectType,
ICTObject poObject,
out string pControlName,
out long plControlHWND
)
<ObsoleteAttribute("GetExtControl is deprecated, please use GetExtControls2 instead.")>
Public Overridable Function GetExtControl (
objectType As ctEditGuardObjectType,
poObject As ICTObject,
<OutAttribute> ByRef pControlName As String,
<OutAttribute> ByRef plControlHWND As Long
) As Boolean
Parameters
- objectType ctEditGuardObjectType
- Type of the object
- poObject ICTObject
- The object
- pControlName String
- Label of your control
- plControlHWND Int64
- Handle of your control
Return Value
BooleanReturn true to indicate that you want to provive a control. False otherwise.
Revision HistoryDate | Version | Description |
---|
- | 2020 SP0 | First Release |
See Also