WindowPatternControlId Property |
Specifies the window identifier for the search. The window identifier is the value that is returned by the GetWindowLong() or GetDlgCtrlID() Windows API function.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> ControlId { get; set; }
Public Property ControlId As Nullable(Of Integer)
Get
Set
Dim instance As WindowPattern
Dim value As Nullable(Of Integer)
value = instance.ControlId
instance.ControlId = value
public:
property Nullable<int> ControlId {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also