<?xml version="1.0"?>
<doc>
<assembly>
<name>Janus.Windows.UI.v3</name>
</assembly>
<members>
<member name="T:Janus.Windows.UI.Internal.IFormatStyleOwner">
<summary>
</summary>
</member>
<member name="M:Janus.Windows.UI.Internal.IFormatStyleOwner.PropertyChange">
<summary>
</summary>
</member>
<member name="P:Janus.Windows.UI.Internal.IFormatStyleOwner.Owner">
<summary>
</summary>
</member>
<member name="T:Janus.Windows.UI.Dock.UISplitterMdi">
<summary>
</summary>
</member>
<member name="M:Janus.Windows.UI.Dock.UISplitterMdi.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overrides Control.OnPaint
</summary>
</member>
<member name="M:Janus.Windows.UI.Dock.UISplitterMdi.OnSystemColorsChanged(System.EventArgs)">
<summary>
Overrides Control.OnSystemColorsChanged
</summary>
</member>
<member name="M:Janus.Windows.UI.Dock.UISplitterMdi.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Overrides Control.OnMouseDown
</summary>
</member>
<member name="M:Janus.Windows.UI.Dock.UISplitterMdi.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Overrides Control.OnMouseMove
</summary>
</member>
<member name="M:Janus.Windows.UI.Dock.UISplitterMdi.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Overrides Control.OnMouseUp
</summary>
</member>
<member name="P:Janus.Windows.UI.Dock.UISplitterMdi.Cursor">
<summary>
Overrides Control.Cursor
</summary>
</member>
<member name="T:Janus.Windows.UI.Design.PanelPropertiesControl">
<summary>
Summary description for PanelPropertiesControl.
</summary>
</member>
<member name="M:Janus.Windows.UI.Design.PanelPropertiesControl.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Janus.Windows.UI.Design.PanelPropertiesControl.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Janus.Windows.UI.Design.EditContextMenuSerializer">
<summary>
Class used to serialize the properties of the UIPanelManager component
</summary>
</member>
<member name="M:Janus.Windows.UI.Design.EditContextMenuSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
<summary>
Overrides CodeDomSerializer.Deserialize
</summary>
</member>
<member name="M:Janus.Windows.UI.Design.EditContextMenuSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
<summary>
Overrides CodeDomSerializer.Serialize
</summary>
</member>
<member name="T:Janus.Windows.UI.CommandBars.DropDownButtonStyle">
<summary>
Specifies the style and behavior of the drop down command in a toolbar
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.DropDownButtonStyle.Default">
<summary>
Unspecified. The value of the property will be inherited from the parent object.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.DropDownButtonStyle.DropDown">
<summary>
Represents a drop-down button that when clicked displays an associated list of commands from which the user can select a single item.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.DropDownButtonStyle.SplitButton">
<summary>
Represents a button that can be clicked and a drop down button to display the list of child commands.
</summary>
</member>
<member name="T:Janus.Windows.UI.CommandBars.CommandCloseReason">
<summary>
Specifies the reason that a menu menu window was closed.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.CommandCloseReason.AppClicked">
<summary>
Specifies that the menu window was closed because an application was launched.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.CommandCloseReason.AppFocusChange">
<summary>
Specifies that the menu window was closed because another application has received the focus.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.CommandCloseReason.CloseCalled">
<summary>
Specifies that the menu window was closed because the Close method was called.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.CommandCloseReason.CommandClicked">
<summary>
Specifies that the menu window was closed because one of its commands was clicked.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.CommandCloseReason.CommandFocused">
<summary>
Specifies that the menu window was closed because another command was selected.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.CommandCloseReason.Keyboard">
<summary>
Specifies that the menu window was closed because of keyboard activity, such as the ESC key being pressed.
</summary>
</member>
<member name="T:Janus.Windows.UI.CommandBars.CommandAlignment">
<summary>
Specifies the alignment of the UICommand in a UICommandBar.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.CommandAlignment.Default">
<summary>
Unspecified. The value of the property will be inherited from the parent object.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.CommandAlignment.Near">
<summary>
Specifies that the Command is to be anchored toward the left or top end of the CommandBar
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.CommandAlignment.Far">
<summary>
Specifies that the Command is to be anchored toward the right or bottom end of the CommandBar
</summary>
</member>
<member name="T:Janus.Windows.UI.CommandBars.ContentAlignment">
<summary>
Specifies alignment of content on the drawing surface.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.ContentAlignment.Default">
<summary>
Unspecified. The value of the property will be inherited from the parent object.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBars.ContentAlignment.BottomCenter">
<summary>
Content is vertically aligned at the bottom, and horizontally aligned at the center.
</summary>
</member>
<member name="F:Janus.Windows.UI.CommandBa
评论0