CustomΒΆ

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom ([Name =] String)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom (Id|$ = String)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom (NamePattern|# = String)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom (ClassName|@ = String)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom (AccessKey|_ = String)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom (Image|ImageName|% = String)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom (ProcessId = Integer)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom (Process|ProcessName|~ = String)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom (Index|^ = Integer)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom ([Name =] String, ClassName|@ = String)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom ([Name =] String, AccessKey|_ = String)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom ([Name =] String, Enabled = Boolean)

Identifies a control that is not one of the defined control types.

Winapp ElementObject.Custom (Id|$ = String, Index|^ = Integer)

Identifies a control that is not one of the defined control types.