IsSetAsVisible Property (RibbonTab)
In This Topic
Set/Get availability of ribbon tab (checked or unchecked) in ribbon bar
Syntax
public bool IsSetAsVisible {get; set;}
public:
property bool IsSetAsVisible {
bool get();
void set ( bool value);
}
See Also