ControlSkin.ControlType Property

Definition

Gets the Type of the control that the ControlSkin object is associated with.

public:
 property Type ^ ControlType { Type ^ get(); };
public Type ControlType { get; }
member this.ControlType : Type
Public ReadOnly Property ControlType As Type

Property Value

The Type of the Control used in this instance.

Applies to