Click here to Skip to main content
15,887,683 members
Articles / Programming Languages / C#

SMTP and POP3 Mail Server

Rate me:
Please Sign up or sign in to vote.
4.88/5 (96 votes)
29 Sep 20031 min read 1M   18.9K   315  
An SMTP and POP3 mail server written using the .NET Framework and C#.
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>LumiSoft.UI</name>
    </assembly>
    <members>
        <member name="T:LumiSoft.UI.Controls.WButton">
            <summary>
            Button control.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WFocusedCtrlBase">
            <summary>
            Focused control(control which may recieve focus) base.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.IWSerializer">
            <summary>
            Summary description for IWSerialiser.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.IWSerializer.ShouldSerialize(System.String)">
            <summary>
            Checks if must serialize spcified property.
            </summary>
            <param name="propertyName"></param>
            <returns></returns>
        </member>
        <member name="F:LumiSoft.UI.Controls.WFocusedCtrlBase.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.OnViewStyleChanged(System.Object,LumiSoft.UI.ViewStyle_EventArgs)">
            <summary>
            
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.DrawControl(System.Boolean)">
            <summary>
            
            </summary>
            <param name="hot"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.DrawControl(System.Drawing.Graphics,System.Boolean)">
            <summary>
            
            </summary>
            <param name="g"></param>
            <param name="hot"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.OnViewStyleChanged(LumiSoft.UI.ViewStyle_EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.OnMouseEnter(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.OnMouseLeave(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.OnGotFocus(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.OnLostFocus(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFocusedCtrlBase.ShouldSerialize(System.String)">
            <summary>
            
            </summary>
            <param name="propertyName"></param>
            <returns></returns>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFocusedCtrlBase.UseStaticViewStyle">
            <summary>
            Gets or sets if to use static viewStyle.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFocusedCtrlBase.ViewStyle">
            <summary>
            Gets controls active viewStyle.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFocusedCtrlBase.DrawBorder">
            <summary>
            Gets or sets if to draw border around control.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFocusedCtrlBase.IsMouseInControl">
            <summary>
            Gets if mouse cursor is in control area.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WButton.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButton.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButton.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButton.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButton.DrawControl(System.Drawing.Graphics,System.Boolean)">
            <summary>
            
            </summary>
            <param name="g"></param>
            <param name="hot"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButton.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButton.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButton.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButton.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButton.ShouldSerialize(System.String)">
            <summary>
            
            </summary>
            <param name="propertyName"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButton.OnButtonClicked">
            <summary>
            
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WButton.ButtonPressed">
            <summary>
            Occurs when the button is pressed.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButton.Text">
            <summary>
            Gets or sets button caption.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButton.TextID">
            <summary>
            Gets or sets text ID. This is for multilingual support.
            For examle at runtime you can search with this textID right caption for item.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.EditStyle">
            <summary>
            Specifies edit style.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.EditStyle.ReadOnly">
            <summary>
            Read only, text can't be changed and button can't be clicked.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.EditStyle.Selectable">
            <summary>
            Selectable, text can't be changed, button can be pressed.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.EditStyle.Editable">
            <summary>
            Editable, text can be changed, button can be pressed.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.ButtonPressedEventHandler">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WButtonEdit">
            <summary>
            Button edit control(TextBox + Button).
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WButtonEdit.m_pTextBox">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WButtonEdit.m_DroppedDown">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.OnViewStyleChanged(LumiSoft.UI.ViewStyle_EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.DrawControl(System.Drawing.Graphics,System.Boolean)">
            <summary>
            
            </summary>
            <param name="g"></param>
            <param name="hot"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.ProcessDialogKey(System.Windows.Forms.Keys)">
            <summary>
            
            </summary>
            <param name="keyData"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.IsMouseInButtonRect">
            <summary>
            Checks if mouse is in button part of control.
            </summary>
            <returns>Returns true if mouse is in button part of control.</returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.GetButtonRect">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.OnEnabledChanged(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.ShouldSerialize(System.String)">
            <summary>
            
            </summary>
            <param name="propertyName"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.FlashControl">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.OnButtonPressed">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.OnEnterKeyPressed">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.OnPlusKeyPressed">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WButtonEdit.OnValidate">
            <summary>
            
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WButtonEdit.ButtonPressed">
            <summary>
            Occurs when the button is pressed.
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WButtonEdit.EnterKeyPressed">
            <summary>
            Occurs when the 'Enter' key is pressed.
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WButtonEdit.PlusKeyPressed">
            <summary>
            Occurs when the '+' key in numeric pad is pressed.
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WButtonEdit.Validate">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.ForeColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.BackColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.Size">
            <summary>
            Gets or sets size of control.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.ButtonWidth">
            <summary>
            Gets or sets button size.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.ButtonIcon">
            <summary>
            Gets or sets button's icon.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.IsModified">
            <summary>
            True, if value is modified.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.AcceptsPlussKey">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.ReadOnly">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.EditStyle">
            <summary>
            Gets or sets edit style.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.MaxLength">
            <summary>
            Gets or sets maximum text length
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.Text">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.DateValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.Mask">
            <summary>
            Gets or sets mask.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WButtonEdit.DecimalPlaces">
            <summary>
            Gets or decimal places.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WCheckBox.WCheckBox">
            <summary>
            Summary description for WCheckBox.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WCheckBox.WCheckBox.components">
            <summary> 
            CheckBx control.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WCheckBox.WCheckBox.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WCheckBox.WCheckBox.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WCheckBox.WCheckBox.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WCheckBox.WCheckBox.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WCheckBox.WCheckBox.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WCheckBox.WCheckBox.DrawControl(System.Drawing.Graphics,System.Boolean)">
            <summary>
            
            </summary>
            <param name="g"></param>
            <param name="hot"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WCheckBox.WCheckBox.OnCheckedChanged">
            <summary>
            
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WCheckBox.WCheckBox.CheckedChanged">
            <summary>
            Occurs when the checked state changed.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WCheckBox.WCheckBox.Checked">
            <summary>
            Gets or sets checked state.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WCheckBox.WCheckBox.ReadOnly">
            <summary>
            Gets or sets control to readonly.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WCheckBox.WCheckBox.IsModified">
            <summary>
            Gets if value is modified.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WComboBox">
            <summary>
            ComboBox control.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboBox.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboBox.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboBox.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboBox.OnButtonPressed">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboBox.OnPlusKeyPressed">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboBox.OnSizeChanged(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboBox.SelectItemByTag(System.Object)">
            <summary>
            
            </summary>
            <param name="tag"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboBox.FindString(System.String)">
            <summary>
            Finds the first item in the ComboBox that starts with the specified string. The search is not case sensitive.
            </summary>
            <param name="s"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboBox.FindString(System.String,System.Int32)">
            <summary>
            Finds the first item after the given index which starts with the given string. The search is not case sensitive.
            </summary>
            <param name="s"></param>
            <param name="startIndex">The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control.</param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboBox.FindStringExact(System.String)">
            <summary>
            Finds the first item in the ComboBox that starts with the specified string. The search is not case sensitive.
            </summary>
            <param name="s"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboBox.FindStringExact(System.String,System.Int32)">
            <summary>
            Finds the first item after the given index which starts with the given string. The search is not case sensitive.
            </summary>
            <param name="s"></param>
            <param name="startIndex">The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control.</param>
            <returns></returns>
        </member>
        <member name="E:LumiSoft.UI.Controls.WComboBox.SelectedIndexChanged">
            <summary>
            Occurs when the selected index changed.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboBox.DropDownWidth">
            <summary>
            Gets or sets dropdown width.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboBox.VisibleItems">
            <summary>
            Gets or sets visible items count.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboBox.Items">
            <summary>
            Gets items collection.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboBox.SelectedItem">
            <summary>
            Gets selected item.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboBox.SelectedIndex">
            <summary>
            Gets selected item's index.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboBox.IsModified">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboBox.SelectionStart">
            <summary>
            Gets or sets selection start.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboBox.SelectionLength">
            <summary>
            Gets or sets selection length.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WComboItem">
            <summary>
            ComboBox Item.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboItem.#ctor(System.String)">
            <summary>
            
            </summary>
            <param name="text">Item text.</param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboItem.#ctor(System.String,System.Object)">
            <summary>
            
            </summary>
            <param name="text">Item text.</param>
            <param name="tag">Item tag.</param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboItem.ToString">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboItem.Text">
            <summary>
            Gets or sets item text.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboItem.Tag">
            <summary>
            Gets or sets item tag.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WComboItems">
            <summary>
            Conmbobox item collection.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboItems.#ctor(LumiSoft.UI.Controls.WComboBox)">
            <summary>
            
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboItems.Add(LumiSoft.UI.Controls.WComboItem)">
            <summary>
            Adds new item to combobox collection.
            </summary>
            <param name="item"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboItems.Add(System.String)">
            <summary>
            Adds new item to combobox collection.
            </summary>
            <param name="text">Item text.</param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboItems.Add(System.String,System.Object)">
            <summary>
            Adds new item to combobox collection.
            </summary>
            <param name="text">Item text.</param>
            <param name="tag">Item tag.</param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboItems.Clear">
            <summary>
            Clears all items.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboItems.IndexOf(System.String)">
            <summary>
            Gives first item index which text is equal.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboItems.ContainsText(System.String)">
            <summary>
            Checks if item with specified text exists.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboItems.Item(System.Int32)">
            <summary>
            Returns item from specified index.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WComboListBox">
            <summary>
            Summary description for UserControl1.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WComboListBox.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboListBox.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboListBox.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboListBox.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboListBox.PostMessage(System.Windows.Forms.Message@)">
            <summary>
            
            </summary>
            <param name="m"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboListBox.WndProc(System.Windows.Forms.Message@)">
            <summary>
            
            </summary>
            <param name="m"></param>
        </member>
        <member name="T:LumiSoft.UI.Controls.SelectionChangedHandler">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WComboSelChanged_EventArgs">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboSelChanged_EventArgs.#ctor(System.Object)">
            <summary>
            
            </summary>
            <param name="selectedValue"></param>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboSelChanged_EventArgs.Text">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WComboSelChanged_EventArgs.Item">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WComboPopUp">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WPopUpFormBase">
            <summary>
            Summary description for Form6.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WPopUpFormBase.m_Start">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WPopUpFormBase.#ctor">
            <summary>
            Designer support.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WPopUpFormBase.#ctor(System.Windows.Forms.Control)">
            <summary>
            Default constructor.
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WPopUpFormBase.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WPopUpFormBase.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WPopUpFormBase.PostMessage(System.Windows.Forms.Message@)">
            <summary>
            
            </summary>
            <param name="m"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WPopUpFormBase.WndProc(System.Windows.Forms.Message@)">
            <summary>
            
            </summary>
            <param name="m"></param>
        </member>
        <member name="P:LumiSoft.UI.Controls.WPopUpFormBase.CreateParams">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboPopUp.#ctor(System.Windows.Forms.Control,LumiSoft.UI.ViewStyle,System.Object[],System.Int32,System.String,System.Int32)">
            <summary>
            
            </summary>
            <param name="parent"></param>
            <param name="viewStyle"></param>
            <param name="listBoxItems"></param>
            <param name="visibleItems"></param>
            <param name="selectedText"></param>
            <param name="dropDownWidth"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboPopUp.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboPopUp.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboPopUp.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboPopUp.PostMessage(System.Windows.Forms.Message@)">
            <summary>
            
            </summary>
            <param name="m"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WComboPopUp.RaiseSelectionChanged">
            <summary>
            
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WComboPopUp.SelectionChanged">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WDatePicker.WDatePicker">
            <summary>
            DateTime picker control.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WDatePicker.WDatePicker.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePicker.WDatePicker.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePicker.WDatePicker.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePicker.WDatePicker.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePicker.WDatePicker.OnButtonPressed">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePicker.WDatePicker.OnPlusKeyPressed">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePicker.WDatePicker.OnEnterKeyPressed">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePicker.WDatePicker.ShouldSerialize(System.String)">
            <summary>
            
            </summary>
            <param name="propertyName"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePicker.WDatePicker.OnDateChanged">
            <summary>
            
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WDatePicker.WDatePicker.DateChanged">
            <summary>
            Occurs when date has changed.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WDatePicker.WDatePicker.Value">
            <summary>
            Gets or sets value.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.DateSelectionChangedHandler">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WDateChanged_EventArgs">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDateChanged_EventArgs.#ctor(System.DateTime)">
            <summary>
            
            </summary>
            <param name="selectedDate"></param>
        </member>
        <member name="P:LumiSoft.UI.Controls.WDateChanged_EventArgs.Date">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WDatePickerPopUp">
            <summary>
            Summary description for WDatePickerPopUp.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WDatePickerPopUp.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePickerPopUp.#ctor(System.Windows.Forms.Control,LumiSoft.UI.ViewStyle,System.DateTime)">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePickerPopUp.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePickerPopUp.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePickerPopUp.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePickerPopUp.PostMessage(System.Windows.Forms.Message@)">
            <summary>
            
            </summary>
            <param name="m"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePickerPopUp.RaiseSelectionChanged">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WDatePickerPopUp.OnSelectionChanged">
            <summary>
            
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WDatePickerPopUp.SelectionChanged">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WMonthCalendar">
            <summary>
            Summary description for WMonthCalendar.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WMonthCalendar.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WMonthCalendar.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WMonthCalendar.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WMonthCalendar.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WMonthCalendar.PostMessage(System.Windows.Forms.Message@)">
            <summary>
            
            </summary>
            <param name="m"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WMonthCalendar.WndProc(System.Windows.Forms.Message@)">
            <summary>
            
            </summary>
            <param name="m"></param>
        </member>
        <member name="T:LumiSoft.UI.Controls.WEditBox">
            <summary>
            EditBox control.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WEditBox.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WEditBox.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WEditBox.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WEditBox.OnViewStyleChanged(LumiSoft.UI.ViewStyle_EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WEditBox.ProcessDialogKey(System.Windows.Forms.Keys)">
            <summary>
            
            </summary>
            <param name="keyData"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WEditBox.OnEnabledChanged(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WEditBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WEditBox.ShouldSerialize(System.String)">
            <summary>
            
            </summary>
            <param name="propertyName"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WEditBox.FlashControl">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WEditBox.OnEnterKeyPressed">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WEditBox.OnValidate">
            <summary>
            
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WEditBox.EnterKeyPressed">
            <summary>
            
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WEditBox.Validate">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.BackColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.ForeColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.Mask">
            <summary>
            Gets or sets mask.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.DecimalPlaces">
            <summary>
            Gets or sets number of decimal places.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.MaxLength">
            <summary>
            Gets or sets maximum text length.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.DecMinValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.DecMaxValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.PasswordChar">
            <summary>
            Gest or sets password char.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.TextAlign">
            <summary>
            Gets or sets text alignment.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.Multiline">
            <summary>
            Gets or sets if editbox is multiline.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.ScrollBars">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.WordWrap">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.AutoSize">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.ReadOnly">
            <summary>
            Gets or sets if control is readonly.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.Text">
            <summary>
            Gets or sets text.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.Lines">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.DecValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WEditBox.IsModified">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WEditBox_Mask">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WEditBox_Mask.Text">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WEditBox_Mask.Numeric">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WEditBox_Mask.Date">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WEditBox_Style">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WEditBox_Style.Fixed3D">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WEditBox_Style.Flat">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WFrame">
            <summary>
            Frame control.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WFrame.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFrame.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFrame.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFrame.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFrame.splitter1_SplitterMoved(System.Object,System.Windows.Forms.SplitterEventArgs)">
            <summary>
            Called after Splitter move, Set new ControlPane
            </summary>
            <param name="sender"> </param>
            <param name="e"> </param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFrame.button1_Click(System.Object,System.EventArgs)">
            <summary>
            
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFrame.ShowControlBar">
            <summary>
            Expands control bar.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFrame.HideControlBar">
            <summary>
            Collapses control bar.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WFrame.OnResize(System.EventArgs)">
            <summary>
            Resize panel control
            </summary>
            <param name="e"> </param>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.Frame_Form">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.Frame_ToolBar">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.Frame_TooBar">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.Frame_BarControl">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.FormFrameBorder">
            <summary>
            Gets or sets Form part panle border style.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.SplitterColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.SplitterWidth">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.SplitterMinSize">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.SplitterMinExtra">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.LockSplitter">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.TopPaneHeight">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.TopPaneBkColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.ControlPaneWitdh">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.ControlPaneWidth">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WFrame.HideBar">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WImageDropDown.WImageDropDown">
            <summary>
            Summary description for WImageDropDown.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WImageDropDown.WImageDropDown.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WImageDropDown.WImageDropDown.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WImageDropDown.WImageDropDown.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WImageDropDown.WImageDropDown.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WImageDropDown.WImageDropDown.OnButtonPressed">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WImageDropDown.WImageDropDown.DropDownPrefSize">
            <summary>
            Gets or sets dropdown prefered size.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WImageDropDown.WImageDropDown.DropDownImage">
            <summary>
            Gets or sets dropdown image.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WImageDropDown.WImageDropDownPopUp">
            <summary>
            Summary description for WImageDropDownPopUp.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WImageDropDown.WImageDropDownPopUp.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WImageDropDown.WImageDropDownPopUp.#ctor(System.Windows.Forms.Control,System.Drawing.Image)">
            <summary>
            Default constructor.
            </summary>
            <param name="parent"></param>
            <param name="img"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WImageDropDown.WImageDropDownPopUp.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WImageDropDown.WImageDropDownPopUp.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.TextStyle">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.TextStyle.Text3D">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.TextStyle.Shadow">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WLabel">
            <summary>
            Label control.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WLabel.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WLabel.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WLabel.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WLabel.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WLabel.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WLabel.ShouldSerialize(System.String)">
            <summary>
            
            </summary>
            <param name="propertyName"></param>
            <returns></returns>
        </member>
        <member name="P:LumiSoft.UI.Controls.WLabel.Text">
            <summary>
            Gets or sets text.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WLabel.TextID">
            <summary>
            Gets or sets text ID. This is for multilingual support.
            For examle at runtime you can search with this textID right caption for item.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WLabel.TextAlign">
            <summary>
            Gets text alignment.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WLine.WLine">
            <summary>
            Line control.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WLine.WLine.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WLine.WLine.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WLine.WLine.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WLine.WLine.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WLine.WLine.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:LumiSoft.UI.Controls.WLine.WLine.LineColor">
            <summary>
            Gets or sets line color.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WLine.WLine.Angle">
            <summary>
            Gets or sets line angle.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WListBox">
            <summary>
            Summary description for WListBox.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WListBox.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WListBox.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WListBox.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WListBox.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WListBox.Items">
            <summary>
            Gets items collection.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WListBox.ItemHeight">
            <summary>
            Gets or sets items height.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WMenuItem">
            <summary>
               Summary description for WMenuItem.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WMenuItem.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WMenuItem.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WMenuItem.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WMenuItem.OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WMenuItem.Copy">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="P:LumiSoft.UI.Controls.WMenuItem.ShortcutString">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WMenuItem.ShouldDisplayIconFrame">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WMenuItem.ItemBmp">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WMenuItem.Tag">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.ItemsStyle">
            <summary>
            Holds bar items style.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WOutlookBar.ItemsStyle.FullSelect">
            <summary>
            Item is fully selected (icon+text).
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WOutlookBar.ItemsStyle.IconSelect">
            <summary>
            Icon is selected only.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WOutlookBar.ItemsStyle.SmallIcon">
            <summary>
            Small icons.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WOutlookBar.ItemsStyle.UseDefault">
            <summary>
            Style is taken from ViewStyle.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.Bar">
            <summary>
            OutlookBar bar.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.Bar.#ctor(LumiSoft.UI.Controls.WOutlookBar.Bars)">
            <summary>
            Default constructor.
            </summary>
            <param name="bars"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.Bar.OnBarNeedsUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.Bar.IsItemVisible(LumiSoft.UI.Controls.WOutlookBar.Item)">
            <summary>
            Checks if specified item is visible.
            </summary>
            <param name="item"></param>
            <returns>Returns true if item is visible.</returns>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bar.Caption">
            <summary>
            Gets or sets bar caption.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bar.TextID">
            <summary>
            Gets or sets text ID. This is for multilingual support.
            For examle at runtime you can search with this textID right caption for item.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bar.TextAlign">
            <summary>
            Gets or sets bar caption alignment.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bar.Tag">
            <summary>
            Gets or sets bar tag.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bar.Font">
            <summary>
            Gets or sets bar caption font.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bar.Index">
            <summary>
            Gets bar index.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bar.Items">
            <summary>
            Gets bar items collection.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bar.ItemsTextAlign">
            <summary>
            Gets or sets bar items text alignment.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bar.ItemsStyle">
            <summary>
            Gets or sets bar items style.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bar.ItemsFont">
            <summary>
            Gets or sets bar items text font.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bar.ItemsStyleCurrent">
            <summary>
            Gets bar items style. UseDefault is excluded. 
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.BarClicked_EventArgs">
            <summary>
            Holds bar clicke EventArgs.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.BarClicked_EventArgs.#ctor(LumiSoft.UI.Controls.WOutlookBar.Bar)">
            <summary>
            Defaulr constructor.
            </summary>
            <param name="clickedBar"></param>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.BarClicked_EventArgs.Bar">
            <summary>
            Gets item which was clicked.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.Bars">
            <summary>
            OutlookBar Bars collection.
            </summary>	
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.Bars.#ctor(LumiSoft.UI.Controls.WOutlookBar.WOutlookBar)">
            <summary>
            
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.Bars.Add(System.String)">
            <summary>
            
            </summary>
            <param name="caption"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.Bars.Clear">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bars.Item(System.Int32)">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Bars.WOutlookBar">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.HittedObject">
            <summary>
            Holds outlookBar hitted object flag.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WOutlookBar.HittedObject.Bar">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WOutlookBar.HittedObject.Item">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WOutlookBar.HittedObject.UpScrollButton">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WOutlookBar.HittedObject.DownScrollButton">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WOutlookBar.HittedObject.None">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.HitInfo">
            <summary>
            Holds outlookBar hitted object info.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.HitInfo.#ctor(System.Drawing.Point,LumiSoft.UI.Controls.WOutlookBar.WOutlookBar)">
            <summary>
            
            </summary>
            <param name="hitPoint"></param>
            <param name="outlookBar"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.HitInfo.Compare(LumiSoft.UI.Controls.WOutlookBar.HitInfo)">
            <summary>
            
            </summary>
            <param name="hitInfo"></param>
            <returns></returns>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.HitInfo.HittedObject">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.HitInfo.HittedBar">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.HitInfo.HittedItem">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.Item">
            <summary>
            OutlookBar Bar item.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.Item.#ctor(LumiSoft.UI.Controls.WOutlookBar.Items)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.Item.OnItemNeedsUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.Caption">
            <summary>
            Gets or sets item caption.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.TextID">
            <summary>
            Gets or sets text ID. This is for multilingual support.
            For examle at runtime you can search with this textID right caption for item.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.Tag">
            <summary>
            Gets or sets item tag.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.ImageIndex">
            <summary>
            Gets or sets item's image index.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.Index">
            <summary>
            Gets item index.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.AllowStuck">
            <summary>
            Gets or sets if item can stuck.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.Bar">
            <summary>
            Gets owner bar of item.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.Items">
            <summary>
            Gets referance to items collection.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.Image">
            <summary>
            Gets item image.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.Bounds">
            <summary>
            Gets or sets item bounds.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.ImageRect">
            <summary>
            Gets item image rect.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.TextRect">
            <summary>
            Gets item text rect.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.WOutlookBar">
            <summary>
            Gets referance to OutlookBar control.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Item.ViewStyle">
            <summary>
            Gets referance to OutlookBar control ViewStyle.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.ItemClicked_EventArgs">
            <summary>
            Holds ItemClicked_EventArgs.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.ItemClicked_EventArgs.#ctor(LumiSoft.UI.Controls.WOutlookBar.Item)">
            <summary>
            Default constructor.
            </summary>
            <param name="item"></param>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.ItemClicked_EventArgs.Item">
            <summary>
            Gets item which was clicked.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.Items">
            <summary>
            Bar items collection.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.Items.#ctor(LumiSoft.UI.Controls.WOutlookBar.Bar)">
            <summary>
            
            </summary>
            <param name="ownerBar"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.Items.Add(System.String,System.Int32)">
            <summary>
            
            </summary>
            <param name="caption"></param>
            <param name="imageIndex"></param>
            <returns></returns>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.Items.Item(System.Int32)">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.ItemClickedEventHandler">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.BarClickedEventHandler">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar">
            <summary>
            OutlookBar control.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.CalculateBarInfo">
            <summary>
            Calculates bars and active bar's items location,sizes,... .
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.CalculateBarsHeight(System.Drawing.Graphics)">
            <summary>
            Calculates height which is neede for bars.
            </summary>
            <param name="g"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.OnMouseLeave(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.OnSizeChanged(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.UpdateAll">
            <summary>
            Calculates bar info and redraws all.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.BeginUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.EndUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.GetHittedObject">
            <summary>
            Gets currently hitted object.
            </summary>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.OnItemClicked(LumiSoft.UI.Controls.WOutlookBar.Item)">
            <summary>
            
            </summary>
            <param name="item"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.OnBarClicked(LumiSoft.UI.Controls.WOutlookBar.Bar)">
            <summary>
            
            </summary>
            <param name="bar"></param>
        </member>
        <member name="E:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.ItemClicked">
            <summary>
            
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.BarClicked">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.UseStaticViewStyle">
            <summary>
            Gets or sets if to use static viewStyle.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.ViewStyle">
            <summary>
            Gets controls active viewStyle.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.ImageList">
            <summary>
            Gets or sets items imagelist.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.ImageListSmall">
            <summary>
            Gets or sets items small imagelist.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.Bars">
            <summary>
            Gets bars collection.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.ActiveBar">
            <summary>
            Gets or sets active bar.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.AllowItemsStuck">
            <summary>
            Gets or sets if items can stuck.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WOutlookBar.WOutlookBar.StuckenItem">
            <summary>
            Gets currently stucken item.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WPictureBox">
            <summary>
            PictureBox control.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WPictureBox.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WPictureBox.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WPictureBox.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WPictureBox.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WPictureBox.Image">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WPictureBox.SizeMode">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WPictureBox.Size">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WPictureBox.Width">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WPictureBox.Height">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WRichEditBox">
            <summary>
            Rich editbox control.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WRichEditBox.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WRichEditBox.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WRichEditBox.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WRichEditBox.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WRichEditBox.BackColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WRichEditBox.ForeColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WRichEditBox.Text">
            <summary>
            Gets or sets control text.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WRichEditBox.TextEx">
            <summary>
            Tries to set text as rtf.If text isn't rtf, sets as normal text.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WRichEditBox.Rtf">
            <summary>
            Gets or sets rich text.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WRichEditBox.Lines">
            <summary>
            Gets or sets multiple lines of text.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WRichEditBox.ReadOnly">
            <summary>
            Gets or sets textbox readonly.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WSpinEdit">
            <summary>
            SpinEdit control.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSpinEdit.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSpinEdit.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSpinEdit.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSpinEdit.OnViewStyleChanged(LumiSoft.UI.ViewStyle_EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSpinEdit.DrawControl(System.Drawing.Graphics,System.Boolean)">
            <summary>
            
            </summary>
            <param name="g"></param>
            <param name="hot"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSpinEdit.IsMouseInButtonRect">
            <summary>
            Checks if mouse is in button part of control.
            </summary>
            <returns>Returns true if mouse is in button part of control.</returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSpinEdit.GetButtonsRect">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSpinEdit.OnEnabledChanged(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSpinEdit.FlashControl">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSpinEdit.OnButtonPressed">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.ForeColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.BackColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.ButtonsAlign">
            <summary>
            Gets or sets buttons align.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.ReadOnly">
            <summary>
            Gets or sets if control readonly.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.Text">
            <summary>
            Gets or sets text.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.DecValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.Mask">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.DecimalPlaces">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.MaxLength">
            <summary>
            Gets or sets maximum text length.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.DecMinValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.DecMaxValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.TextAlign">
            <summary>
            Gets or sets text alignment.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WSpinEdit.IsModified">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WTabs.Tab">
            <summary>
            WTabBar Tab.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.Tab.#ctor(LumiSoft.UI.Controls.WTabs.Tabs)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.Tab.OnItemNeedsUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.Tab.Caption">
            <summary>
            Gets or sets item caption.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.Tab.TextID">
            <summary>
            Gets or sets text ID. This is for multilingual support.
            For examle at runtime you can search with this textID right caption for item.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.Tab.Tag">
            <summary>
            Gets or sets item tag.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.Tab.Index">
            <summary>
            Gets tab index.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.Tab.ImageIndex">
            <summary>
            Gets or sets tab image index.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.Tab.Enabled">
            <summary>
            Enables or disables Tab.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WTabs.TabChanged_EventArgs">
            <summary>
            Summary description for TabChanged_EventArgs.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.TabChanged_EventArgs.#ctor(LumiSoft.UI.Controls.WTabs.Tab,LumiSoft.UI.Controls.WTabs.Tab)">
            <summary>
            
            </summary>
            <param name="newTab"></param>
            <param name="oldTab"></param>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.TabChanged_EventArgs.NewTab">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.TabChanged_EventArgs.OldTab">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WTabs.Tabs">
            <summary>
            WTabBar Tabs collection.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.Tabs.#ctor(LumiSoft.UI.Controls.WTabs.WTabBar)">
            <summary>
            Default constructor.
            </summary>
            <param name="owner"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.Tabs.Add(System.String)">
            <summary>
            Adds new tab to tabs collection.
            </summary>
            <param name="caption">Tab caption.</param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.Tabs.Add(System.String,System.Object)">
            <summary>
            Adds new tab to tabs collection.
            </summary>
            <param name="caption">Tab caption.</param>
            <param name="tag">Tag for tab.</param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.Tabs.Add(System.String,System.Object,System.Int32)">
            <summary>
            Adds new tab to tabs collection.
            </summary>
            <param name="caption">Tab caption.</param>
            <param name="tag">Tag for tab.</param>
            <param name="imageIndex">Tab's imageindex.</param>
            <returns></returns>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.Tabs.Item(System.Int32)">
            <summary>
            Gets specified tab.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WTabs.WTab">
            <summary>
            Tab control.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WTabs.WTab.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTab.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTab.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTab.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTab.AddTab(System.Windows.Forms.Form,System.String)">
            <summary>
            
            </summary>
            <param name="tabPage"></param>
            <param name="tabText"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTab.SelectFirstTab">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTab.OnResize(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.WTab.SelectedTab">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.WTab.WTabBar">
            <summary>
            Get access to tab bar control.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WTabs.TabChanged_EventHandler">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WTabs.WTabBar">
            <summary>
            Summary description for WTabBar.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WTabs.WTabBar.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTabBar.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTabBar.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTabBar.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTabBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTabBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTabBar.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTabBar.OnMouseLeave(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTabBar.GetMouseTab">
            <summary>
            Gets tab which is mouse cursor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTabBar.MakeTabVisible(LumiSoft.UI.Controls.WTabs.Tab)">
            <summary>
            Makses specified tab visible (scrolls to visible area).
            </summary>
            <param name="tab"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTabs.WTabBar.OnSelectedTabChanged(LumiSoft.UI.Controls.WTabs.Tab,LumiSoft.UI.Controls.WTabs.Tab)">
            <summary>
            
            </summary>
        </member>
        <member name="E:LumiSoft.UI.Controls.WTabs.WTabBar.TabChanged">
            <summary>
            Occurs when the button is pressed.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.WTabBar.Tabs">
            <summary>
            Tabs collection.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.WTabBar.SelectedTab">
            <summary>
            Gets or sets selected tab.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTabs.WTabBar.ImageList">
            <summary>
            Gets or sets imagelist.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.TimePos">
            <summary>
            Holds active time part.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.TimeStruct">
            <summary>
            Hold time value intenally.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WTime">
            <summary>
            Time editor.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WTime.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTime.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTime.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTime.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTime.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTime.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTime.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTime.FocusHours">
            <summary>
            Sets focus to hours edit part.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTime.Value">
            <summary>
            Gets or sets time value.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTime.Text">
            <summary>
            Gets text representation of time.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTime.ShowSeconds">
            <summary>
            Gets or sets if to show seconds part.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WToolBar">
            <summary>
            Summary description for WToolBar.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WToolBar.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WToolBar.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WToolBar.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WToolBar.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WToolBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WToolBar.OnButtonClick(System.Windows.Forms.ToolBarButtonClickEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WToolBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="T:LumiSoft.UI.Controls.WTree">
            <summary>
               Summary description for Control1.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WTree.components">
            <summary>
               Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.OnAfterCheck(System.Windows.Forms.TreeViewEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.OnAfterExpand(System.Windows.Forms.TreeViewEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.Check_Childs(System.Windows.Forms.TreeNode,System.Boolean)">
            <summary>
            Checks or UnChecks all Childs of node.
            </summary>
            <param name="node"> </param>
            <param name="node_state"> </param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.Check_Parents(System.Windows.Forms.TreeNode,System.Boolean)">
            <summary>
            Checks or UnChecks all Parents of node.
            </summary>
            <param name="node"> </param>
            <param name="node_state"> </param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.Is_Last_UnChecked(System.Windows.Forms.TreeNode)">
            <summary>
            Check if all items in node(all childs of node) are UnChecked
            </summary>
            <param name="node"> </param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.Loop_Tree">
            <summary>
            Gets Next Node in Tree.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.Loop_Tree(System.Boolean)">
            <summary>
            
            </summary>
            <param name="start_first"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTree.Refresh_StateImages">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTree.StateImage">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTree.FolderOpenImage">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTree.UseNodeImages">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.LeftRight">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.LeftRight.Left">
            <summary>
            
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.LeftRight.Right">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WMessage_EventHandler">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.ControlType">
            <summary>
            Control type.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WTextBoxBase">
            <summary>
            Summary description for WTextBoxBase.
            </summary>
        </member>
        <member name="F:LumiSoft.UI.Controls.WTextBoxBase.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTextBoxBase.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTextBoxBase.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTextBoxBase.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTextBoxBase.WndProc(System.Windows.Forms.Message@)">
            <summary>
            
            </summary>
            <param name="m"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTextBoxBase.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTextBoxBase.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTextBoxBase.OnTextChanged(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTextBoxBase.OnLostFocus(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:LumiSoft.UI.Controls.WTextBoxBase.OnWndProc(System.Windows.Forms.Message@)">
            <summary>
            
            </summary>
            <param name="m"></param>
            <returns></returns>
        </member>
        <member name="E:LumiSoft.UI.Controls.WTextBoxBase.ProccessMessage">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTextBoxBase.Mask">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTextBoxBase.DecimalPlaces">
            <summary>
            Gets or sets decimal places.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTextBoxBase.DateValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTextBoxBase.DecValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTextBoxBase.Text">
            <summary>
            Gets or sets text value.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTextBoxBase.DecMinValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.Controls.WTextBoxBase.DecMaxValue">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.User32">
            <summary>
            Summary description for User32.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.User32.ShowWindow(System.IntPtr,System.Int16)">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.User32.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Core">
            <summary>
            Summary description for Core.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Core.ConvertToDeciaml(System.String)">
            <summary>
            Converts string value to decimal.
            If convert fails, returns 0;
            </summary>
            <param name="val">String value to convert.</param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Core.CompareIcons(System.Drawing.Icon,System.Drawing.Icon)">
            <summary>
            Compares Icons.
            </summary>
            <param name="a"></param>
            <param name="b"></param>
            <returns>Returns true if equal.</returns>
        </member>
        <member name="T:LumiSoft.UI.IWValidate">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.IWValidate.Validate">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="T:LumiSoft.UI.WValidate_EventArgs">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.WValidate_EventArgs.#ctor(System.String,System.Object)">
            <summary>
            
            </summary>
            <param name="controlName"></param>
            <param name="controlValue"></param>
        </member>
        <member name="P:LumiSoft.UI.WValidate_EventArgs.ControlName">
            <summary>
            Control name which raised event.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.WValidate_EventArgs.Value">
            <summary>
            Controls value.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.WValidate_EventArgs.IsValid">
            <summary>
            Set false if not validated successfully.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.WValidate_EventArgs.AllowMoveFocus">
            <summary>
            If false, control doesn't allow to move focus to next contol if validation failed.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.WValidate_EventArgs.FlashControl">
            <summary>
            If true, bilnks control if validation failed.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.WValidate_EventHandler">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Painter">
            <summary>
            Contains common functions for painting.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Painter.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Painter.DrawButton(System.Drawing.Graphics,LumiSoft.UI.ViewStyle,System.Drawing.Rectangle,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            
            </summary>
            <param name="g"></param>
            <param name="viewStyle"></param>
            <param name="buttonRect"></param>
            <param name="border_hot"></param>
            <param name="btn_hot"></param>
            <param name="btn_pressed"></param>
        </member>
        <member name="M:LumiSoft.UI.Painter.DrawBorder(System.Drawing.Graphics,LumiSoft.UI.ViewStyle,System.Drawing.Rectangle,System.Boolean)">
            <summary>
            
            </summary>
            <param name="g"></param>
            <param name="viewStyle"></param>
            <param name="controlRect"></param>
            <param name="hot"></param>
        </member>
        <member name="M:LumiSoft.UI.Painter.DrawArea(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
            <summary>
            
            </summary>
            <param name="g"></param>
            <param name="drawRect"></param>
            <param name="borderColor"></param>
            <param name="fillColor"></param>
        </member>
        <member name="M:LumiSoft.UI.Painter.DrawIcon(System.Drawing.Graphics,System.Drawing.Icon,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
            <summary>
            
            </summary>
            <param name="g"></param>
            <param name="icon"></param>
            <param name="drawRect"></param>
            <param name="grayed"></param>
            <param name="pushed"></param>
        </member>
        <member name="T:LumiSoft.UI.ViewStyle_EventArgs">
            <summary>
            
            </summary>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle_EventArgs.#ctor(System.String,System.Object)">
            <summary>
            
            </summary>
            <param name="propertyName"></param>
            <param name="popertyValue"></param>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle_EventArgs.PropertyName">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle_EventArgs.PropertyValue">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.ViewStyleChangedEventHandler">
            <summary>
            
            </summary>
        </member>
        <member name="T:LumiSoft.UI.ViewStyle">
            <summary>
            Summary description for ViewStyle.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.CopyTo(LumiSoft.UI.ViewStyle)">
            <summary>
            Copies instance viewStyle to destination vieStyle.
            If destViewStyle is ReadOnly, values isn't copied !
            </summary>
            <param name="destViewStyle">ViewStyle where to copy.</param>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.CopyFrom(LumiSoft.UI.ViewStyle)">
            <summary>
            Copies ViewStyle from source ViewStyle.
            Copies values even if, ViewStyle is ReadOnly !
            </summary>
            <param name="sourceViewStyle"></param>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.GetEditColor(System.Boolean,System.Boolean)">
            <summary>
            
            </summary>
            <param name="readOnly"></param>
            <param name="enabled"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.GetEditColor(System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            
            </summary>
            <param name="readOnly"></param>
            <param name="enabled"></param>
            <param name="focused"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.GetBorderColor(System.Boolean)">
            <summary>
            
            </summary>
            <param name="hot"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.GetButtonColor(System.Boolean,System.Boolean)">
            <summary>
            Gets button color from current viewStyle settings.
            </summary>
            <param name="hot">True if hot color wanted.</param>
            <param name="pressed">True if button pressed color wanted.</param>
            <returns>Returns requested button color from current viewStyle settings.</returns>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.RestoreDefault">
            <summary>
            Restores default viewStyle settings.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.SaveToXml">
            <summary>
            Saves current viewStyle to xml.
            </summary>
            <returns>Returns byte xml data.</returns>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.LoadFromXml(System.Byte[])">
            <summary>
            Loads viewStyle from xml data.
            </summary>
            <param name="viewStyleXML">ViewStyle data.(This must be result of SaveToXml())</param>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.ShouldSerialize(System.String)">
            <summary>
            Checks if specified property must be serialized.
            </summary>
            <param name="propertyName">Property name.</param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.ViewStyle.OnStyleChanged(System.String,System.Object)">
            <summary>
            
            </summary>
            <param name="propertyName"></param>
            <param name="popertyValue"></param>
        </member>
        <member name="E:LumiSoft.UI.ViewStyle.StyleChanged">
            <summary>
            Occurs when viewStyle has changed.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BorderColor">
            <summary>
            Gets or sets BorderColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BorderHotColor">
            <summary>
            Gets or sets BorderHotColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.ButtonColor">
            <summary>
            Gets or sets ButtonColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.ButtonHotColor">
            <summary>
            Gets or sets ButtonHotColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.ButtonPressedColor">
            <summary>
            Gets or sets ButtonPressedColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.ControlBackColor">
            <summary>
            Gets or sets ControlBackColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.ControlForeColor">
            <summary>
            Gets or sets ControlForeColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.FlashColor">
            <summary>
            Gets or sets FlashColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.EditColor">
            <summary>
            Gets or sets EditColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.EditFocusedColor">
            <summary>
            Gets or sets EditFocusedColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.EditReadOnlyColor">
            <summary>
            Gets or sets EditReadOnlyColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.EditDisabledColor">
            <summary>
            Gets or sets EditDisabledColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarColor">
            <summary>
            Gets or sets BarColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarHotColor">
            <summary>
            Gets or sets BarHotColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarTextColor">
            <summary>
            Gets or sets BarTextColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarHotTextColor">
            <summary>
            Gets or sets BarHotTextColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarPressedColor">
            <summary>
            Gets or sets BarPressedColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarBorderColor">
            <summary>
            Gets or sets BarBorderColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarHotBorderColor">
            <summary>
            Gets or sets BarHotBorderColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarClientAreaColor">
            <summary>
            Gets or sets BarClientAreaColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarItemSelectedColor">
            <summary>
            Gets or sets BarItemSelectedColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarItemSelectedTextColor">
            <summary>
            Gets or sets BarItemSelectedTextColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarItemHotColor">
            <summary>
            Gets or sets BarItemHotColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarItemPressedColor">
            <summary>
            Gets or sets BarItemPressedColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarItemBorderHotColor">
            <summary>
            Gets or sets BarItemBorderHotColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarItemTextColor">
            <summary>
            Gets or sets BarItemTextColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarItemHotTextColor">
            <summary>
            Gets or sets BarItemHotTextColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.BarItemsStyle">
            <summary>
            Gets or sets BarItemsStyle.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.TextColor">
            <summary>
            Gets or sets TextColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.Text3DColor">
            <summary>
            Gets or sets Text3DColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.TextShadowColor">
            <summary>
            Gets or sets TextShadowColor.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.TextStyle">
            <summary>
            Gets or sets TextStyle.
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.ReadOnly">
            <summary>
            
            </summary>
        </member>
        <member name="P:LumiSoft.UI.ViewStyle.staticViewStyle">
            <summary>
            Gets static viewStyle.
            </summary>
        </member>
        <member name="T:LumiSoft.UI.Controls.WSerializer">
            <summary>
            Summary description for WSerializer.
            </summary>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
            <summary>
            
            </summary>
            <param name="manager"></param>
            <param name="codeObject"></param>
            <returns></returns>
        </member>
        <member name="M:LumiSoft.UI.Controls.WSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
            <summary>
            
            </summary>
            <param name="manager"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
    </members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Estonia Estonia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions