AutomationPeer.GetClassName Method

Definition

Gets a name that is used with AutomationControlType, to differentiate the control that is represented by this AutomationPeer.

public:
 System::String ^ GetClassName();
public string GetClassName ();
member this.GetClassName : unit -> string
Public Function GetClassName () As String

Returns

The class name.

Exceptions

A public call to this method is currently in progress.

Applies to

See also