InputZoneGetCombInfo Method
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic void GetCombInfo(
out bool hastopborder,
out COMB_SPLITTER_HEIGHT splitterHeight
)
Public Sub GetCombInfo (
<OutAttribute> ByRef hastopborder As Boolean,
<OutAttribute> ByRef splitterHeight As COMB_SPLITTER_HEIGHT
)
public:
void GetCombInfo(
[OutAttribute] bool% hastopborder,
[OutAttribute] COMB_SPLITTER_HEIGHT% splitterHeight
)
Parameters
- hastopborder
- Type: SystemBoolean
- splitterHeight
- Type: OmniPageCSDK.ArgTypesCOMB_SPLITTER_HEIGHT
See Also