Share via


PopoutMenu.MenuCss property

Specifies the class in the cascading style sheet (CSS) to assign to the menu element.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MenuCss As String
    Get
    Set
'Usage
Dim instance As PopoutMenu
Dim value As String

value = instance.MenuCss

instance.MenuCss = value
public string MenuCss { get; set; }

Property value

Type: System.String

See also

Reference

PopoutMenu class

PopoutMenu members

Microsoft.SharePoint.WebControls namespace