[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override string Label { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overrides Property Label As String
Get
Set
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual property String^ Label {
String^ get () override;
void set (String^ value) override;
}
function get_Label();
function set_Label(value);