TIWCGJQVertMenuItem Class

Represents type TIWCGJQVertMenuItem.

Namespace: IWCGJQVertMenu
TCGIndexedCollectionItem
  IWCGJQVertMenu.TIWCGJQVertMenuItem
type
 TIWCGJQVertMenuItem = class(TCGIndexedCollectionItem)
 end;

The TIWCGJQVertMenuItem type exposes the following members.

Show:
 NameDescription
Create(TCollection)

Initializes a new instance of the TIWCGJQVertMenuItem class.

Destroy

Represents the destructor of the TIWCGJQVertMenuItem class.

Top
Show:
 NameDescription
Caption

The caption of item

ContentID

Represents property ContentID.

Css

The css class of item

Disabled

Enabled/Disabled item

HasImage

Represents property HasImage.

MenuItems

Represents property MenuItems.

Picture

The icon options

PictureID

Represents property PictureID.

SubItems

The sub-items of item

Tag

The tag property

TitleID

Represents property TitleID.

UniqueName

The unique name (id) of item

Visible

Toggle the visibility of menu item.

Top
Show:
 NameDescription
Assign(TPersistent)

Represents method Assign(TPersistent).

Collapse

Close the sub-menu

Expand

Open the sub-menu

GetDisplayName

Represents method GetDisplayName.

GetPictureSize

Represents method GetPictureSize.

jsCollapse

Represents method jsCollapse.

jsExpand

Represents method jsExpand.

jsSelect

Represents method jsSelect.

jsTriggerClickEvent

Represents method jsTriggerClickEvent.

Select

Method to select the menu item.

Note

This method will not call the click event.

TriggerClickEvent

This method will trigger the item click on browser.

Top