In This Topic
Class of the custom user interface for this object.
Syntax
'Declaration
Public Property CustomUIClass As String
public string CustomUIClass {get; set;}
public:
property String^ CustomUIClass {
String^ get();
void set ( String^ value);
}
See Also