Gets client id of the C1Menu that used for Outlook user interface to hide/show additional buttons.
Returns empty string when property DisplayHiddenTopicsBar is false.
Namespace:
C1.Web.UI.Controls.C1NavPanelAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[JsonAttribute(true, true, "")] [BrowsableAttribute(true)] [C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute("")] public string OutlookUIMenuID { get; } |
| Visual Basic (Declaration) |
|---|
<JsonAttribute(True, True, "")> _ <BrowsableAttribute(True)> _ <C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute("")> _ Public ReadOnly Property OutlookUIMenuID As String Get |