Click or drag to resize
UniMenuArgs Class
UniMenu event arguments
Inheritance Hierarchy

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public class UniMenuArgs : EventArgs

The UniMenuArgs type exposes the following members.

Constructors
  NameDescription
Public methodUniMenuArgs
Top
Properties
  NameDescription
Public propertyButtonControl
Gets or sets the button control that will be rendered.
Public propertyImageControl
Gets or sets the image control that will be rendered.
Public propertyTargetUrl
Gets or sets the target URL.
Public propertyUIElement
Gets or sets the UI element.
Top
See Also