| ObjectEditGuardGetExtControl Method |
Provide a control that should embedded to edit dialog of the object.
Not all types in ctEditGuardObjectType support this.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public virtual bool GetExtControl(
ctEditGuardObjectType objectType,
ICTObject poObject,
out string pControlName,
out long plControlHWND
)
Public Overridable Function GetExtControl (
objectType As ctEditGuardObjectType,
poObject As ICTObject,
<OutAttribute> ByRef pControlName As String,
<OutAttribute> ByRef plControlHWND As Long
) As Boolean
Parameters
- objectType
- Type: ctEditGuardObjectType
Type of the object - poObject
- Type: ICTObject
The object - pControlName
- Type: SystemString
Label of your control - plControlHWND
- Type: SystemInt64
Handle of your control
Return Value
Type:
BooleanReturn true to indicate that you want to provive a control. False otherwise.
Availability See Also