Class MenuControlView
Interaction logic for MainView.xaml
Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.UserControl
MenuControlView
Implements
System.ComponentModel.ISupportInitialize
Namespace: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
public class MenuControlView : UserControl, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, IComponentConnector
Constructors
MenuControlView()
Declaration
public MenuControlView()
Fields
_contentLoaded
Declaration
bool _contentLoaded
Field Value
Type | Description |
---|---|
System.Boolean |
ArrowLeft
Declaration
Button ArrowLeft
Field Value
Type | Description |
---|---|
System.Windows.Controls.Button |
Collapsed
Declaration
VisualState Collapsed
Field Value
Type | Description |
---|---|
System.Windows.VisualState |
MainContentControl
Declaration
ContentControl MainContentControl
Field Value
Type | Description |
---|---|
System.Windows.Controls.ContentControl |
TitleText
Declaration
Button TitleText
Field Value
Type | Description |
---|---|
System.Windows.Controls.Button |
Visible
Declaration
VisualState Visible
Field Value
Type | Description |
---|---|
System.Windows.VisualState |
Methods
_CreateDelegate(Type, String)
Declaration
Delegate _CreateDelegate(Type delegateType, string handler)
Parameters
Type | Name | Description |
---|---|---|
System.Type | delegateType | |
System.String | handler |
Returns
Type | Description |
---|---|
System.Delegate |
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Implements
System.ComponentModel.ISupportInitialize