Search Results for

    Show / Hide Table of Contents

    Class DynamicMenuBar.DynamicMenuBarDetails

    Inheritance
    System.Object
    Responder
    View
    FrameView
    DynamicMenuBar.DynamicMenuBarDetails
    Implements
    System.IDisposable
    System.ComponentModel.ISupportInitializeNotification
    System.ComponentModel.ISupportInitialize
    Inherited Members
    FrameView.Title
    FrameView.Border
    FrameView.Add(View)
    FrameView.Remove(View)
    FrameView.RemoveAll()
    FrameView.Redraw(Rect)
    FrameView.Text
    FrameView.TextAlignment
    FrameView.OnEnter(View)
    FrameView.OnCanFocusChanged()
    View.Added
    View.Removed
    View.Enter
    View.Leave
    View.MouseEnter
    View.MouseLeave
    View.MouseClick
    View.CanFocusChanged
    View.EnabledChanged
    View.VisibleChanged
    View.HotKeyChanged
    View.HotKey
    View.HotKeySpecifier
    View.Shortcut
    View.ShortcutTag
    View.ShortcutAction
    View.Data
    View.Driver
    View.Subviews
    View.TabIndexes
    View.TabIndex
    View.TabStop
    View.CanFocus
    View.Id
    View.IsCurrentTop
    View.WantMousePositionReports
    View.WantContinuousButtonPressed
    View.Frame
    View.LayoutStyle
    View.Bounds
    View.X
    View.Y
    View.Width
    View.Height
    View.ForceValidatePosDim
    View.GetMinWidthHeight(Size)
    View.SetMinWidthHeight()
    View.TextFormatter
    View.SuperView
    View.UpdateTextFormatterText()
    View.ProcessResizeView()
    View.SetNeedsDisplay()
    View.ClearLayoutNeeded()
    View.SetNeedsDisplay(Rect)
    View.SetChildNeedsDisplay()
    View.Add(View[])
    View.BringSubviewToFront(View)
    View.SendSubviewToBack(View)
    View.SendSubviewBackwards(View)
    View.BringSubviewForward(View)
    View.Clear()
    View.Clear(Rect)
    View.ScreenToView(Int32, Int32)
    View.ClipToBounds()
    View.SetClip(Rect)
    View.DrawFrame(Rect, Int32, Boolean)
    View.DrawHotString(ustring, Attribute, Attribute)
    View.DrawHotString(ustring, Boolean, ColorScheme)
    View.Move(Int32, Int32, Boolean)
    View.PositionCursor()
    View.HasFocus
    View.OnAdded(View)
    View.OnRemoved(View)
    View.OnLeave(View)
    View.Focused
    View.MostFocused
    View.ColorScheme
    View.AddRune(Int32, Int32, Rune)
    View.ClearNeedsDisplay()
    View.DrawContent
    View.OnDrawContent(Rect)
    View.DrawContentComplete
    View.OnDrawContentComplete(Rect)
    View.SetFocus()
    View.KeyPress
    View.ProcessKey(KeyEvent)
    View.InvokeKeybindings(KeyEvent)
    View.AddKeyBinding(Key, Command[])
    View.ReplaceKeyBinding(Key, Key)
    View.ContainsKeyBinding(Key)
    View.ClearKeybindings()
    View.ClearKeybinding(Key)
    View.ClearKeybinding(Command[])
    View.AddCommand(Command, Func<Nullable<Boolean>>)
    View.GetSupportedCommands()
    View.GetKeyFromCommand(Command[])
    View.ProcessHotKey(KeyEvent)
    View.ProcessColdKey(KeyEvent)
    View.KeyDown
    View.OnKeyDown(KeyEvent)
    View.KeyUp
    View.OnKeyUp(KeyEvent)
    View.EnsureFocus()
    View.FocusFirst()
    View.FocusLast()
    View.FocusPrev()
    View.FocusNext()
    View.LayoutStarted
    View.LayoutComplete
    View.Initialized
    View.LayoutSubviews()
    View.AutoSize
    View.PreserveTrailingSpaces
    View.VerticalTextAlignment
    View.TextDirection
    View.IsInitialized
    View.IsAdded
    View.Enabled
    View.ClearOnVisibleFalse
    View.Visible
    View.IgnoreBorderPropertyOnRedraw
    View.ToString()
    View.GetAutoSize()
    View.GetHotKeySpecifierLength(Boolean)
    View.GetTextFormatterBoundsSize()
    View.GetBoundsTextFormatterSize()
    View.OnMouseEnter(MouseEvent)
    View.OnMouseLeave(MouseEvent)
    View.OnMouseEvent(MouseEvent)
    View.OnMouseClick(View.MouseEventArgs)
    View.OnEnabledChanged()
    View.OnVisibleChanged()
    View.Dispose(Boolean)
    View.BeginInit()
    View.EndInit()
    View.SetWidth(Int32, Int32)
    View.SetHeight(Int32, Int32)
    View.GetCurrentWidth(Int32)
    View.GetCurrentHeight(Int32)
    View.GetNormalColor()
    View.GetFocusColor()
    View.GetHotNormalColor()
    View.GetTopSuperView()
    Responder.MouseEvent(MouseEvent)
    Responder.Dispose()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UICatalog.Scenarios
    Assembly: UICatalog.dll
    Syntax
    public class DynamicMenuBarDetails : FrameView, IDisposable, ISupportInitializeNotification, ISupportInitialize

    Constructors

    | Improve this Doc View Source

    DynamicMenuBarDetails(MenuItem, Boolean)

    Declaration
    public DynamicMenuBarDetails(MenuItem menuItem = null, bool hasParent = false)
    Parameters
    Type Name Description
    MenuItem menuItem
    System.Boolean hasParent
    | Improve this Doc View Source

    DynamicMenuBarDetails(ustring)

    Declaration
    public DynamicMenuBarDetails(ustring title)
    Parameters
    Type Name Description
    ustring title

    Fields

    | Improve this Doc View Source

    _ckbIsTopLevel

    Declaration
    public CheckBox _ckbIsTopLevel
    Field Value
    Type Description
    CheckBox
    | Improve this Doc View Source

    _ckbSubMenu

    Declaration
    public CheckBox _ckbSubMenu
    Field Value
    Type Description
    CheckBox
    | Improve this Doc View Source

    _menuItem

    Declaration
    public MenuItem _menuItem
    Field Value
    Type Description
    MenuItem
    | Improve this Doc View Source

    _rbChkStyle

    Declaration
    public RadioGroup _rbChkStyle
    Field Value
    Type Description
    RadioGroup
    | Improve this Doc View Source

    _txtAction

    Declaration
    public TextView _txtAction
    Field Value
    Type Description
    TextView
    | Improve this Doc View Source

    _txtHelp

    Declaration
    public TextField _txtHelp
    Field Value
    Type Description
    TextField
    | Improve this Doc View Source

    _txtShortcut

    Declaration
    public TextField _txtShortcut
    Field Value
    Type Description
    TextField
    | Improve this Doc View Source

    _txtTitle

    Declaration
    public TextField _txtTitle
    Field Value
    Type Description
    TextField

    Methods

    | Improve this Doc View Source

    CreateAction(MenuItem, DynamicMenuBar.DynamicMenuItem)

    Declaration
    public Action CreateAction(MenuItem menuItem, DynamicMenuBar.DynamicMenuItem item)
    Parameters
    Type Name Description
    MenuItem menuItem
    DynamicMenuBar.DynamicMenuItem item
    Returns
    Type Description
    System.Action
    | Improve this Doc View Source

    EditMenuBarItem(MenuItem)

    Declaration
    public void EditMenuBarItem(MenuItem menuItem)
    Parameters
    Type Name Description
    MenuItem menuItem
    | Improve this Doc View Source

    EnterMenuItem()

    Declaration
    public DynamicMenuBar.DynamicMenuItem EnterMenuItem()
    Returns
    Type Description
    DynamicMenuBar.DynamicMenuItem
    | Improve this Doc View Source

    UpdateParent(ref MenuItem)

    Declaration
    public void UpdateParent(ref MenuItem menuItem)
    Parameters
    Type Name Description
    MenuItem menuItem

    Implements

    System.IDisposable
    System.ComponentModel.ISupportInitializeNotification
    System.ComponentModel.ISupportInitialize
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX