ToolQtyEditor Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsToolStripItem
        System.Windows.FormsToolStripControlHost
          GF.Clients.Charts.ControlsToolQtyEditor

Namespace:  GF.Clients.Charts.Controls
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class ToolQtyEditor : ToolStripControlHost

The ToolQtyEditor type exposes the following members.

Constructors

  NameDescription
Public methodToolQtyEditor
Top
Properties

  NameDescription
Public propertyAccessibleDescription
Gets or sets the description that will be reported to accessibility client applications.
(Inherited from ToolStripItem.)
Public propertyAccessibleName
Gets or sets the name of the control for use by accessibility client applications.
(Inherited from ToolStripItem.)
Public propertyAccessibleRole
Gets or sets the accessible role of the control, which specifies the type of user interface element of the control.
(Inherited from ToolStripItem.)
Public propertyAlignment
Gets or sets a value indicating whether the item aligns towards the beginning or end of the ToolStrip.
(Inherited from ToolStripItem.)
Public propertyAutoSize
Gets or sets a value indicating whether the item is automatically sized.
(Inherited from ToolStripItem.)
Public propertyAutoToolTip
Gets or sets a value indicating whether to use the Text property or the ToolTipText property for the ToolStripItem ToolTip.
(Inherited from ToolStripItem.)
Public propertyBackColor
Gets or sets the background color for the control.
(Inherited from ToolStripControlHost.)
Public propertyBackgroundImage
Gets or sets the background image displayed in the control.
(Inherited from ToolStripControlHost.)
Public propertyBackgroundImageLayout
Gets or sets the background image layout as defined in the ImageLayout enumeration.
(Inherited from ToolStripControlHost.)
Public propertyCanSelect
Gets a value indicating whether the control can be selected.
(Inherited from ToolStripControlHost.)
Public propertyCausesValidation
Gets or sets a value indicating whether the hosted control causes and raises validation events on other controls when the hosted control receives focus.
(Inherited from ToolStripControlHost.)
Public propertyDisplayStyle
Gets or sets whether text and images are displayed on a ToolStripItem.
(Inherited from ToolStripItem.)
Public propertyDoubleClickEnabled
Gets or sets a value indicating whether the ToolStripItem can be activated by double-clicking the mouse.
(Inherited from ToolStripItem.)
Public propertyEnabled
Gets or sets a value indicating whether the parent control of the ToolStripItem is enabled.
(Inherited from ToolStripControlHost.)
Public propertyFont
Gets or sets the font to be used on the hosted control.
(Inherited from ToolStripControlHost.)
Public propertyForeColor
Gets or sets the foreground color of the hosted control.
(Inherited from ToolStripControlHost.)
Public propertyImageAlign
Gets or sets the alignment of the image on a ToolStripItem.
(Inherited from ToolStripItem.)
Public propertyImageScaling
Gets or sets a value indicating whether an image on a ToolStripItem is automatically resized to fit in a container.
(Inherited from ToolStripItem.)
Public propertyImageTransparentColor
Gets or sets the color to treat as transparent in a ToolStripItem image.
(Inherited from ToolStripItem.)
Public propertyIncrement
Public propertyIsValid
Public propertyMargin
Gets or sets the space between the item and adjacent items.
(Inherited from ToolStripItem.)
Public propertyMaximum
Public propertyMergeAction
Gets or sets how child menus are merged with parent menus.
(Inherited from ToolStripItem.)
Public propertyMergeIndex
Gets or sets the position of a merged item within the current ToolStrip.
(Inherited from ToolStripItem.)
Public propertyOverflow
Gets or sets whether the item is attached to the ToolStrip or ToolStripOverflowButton or can float between the two.
(Inherited from ToolStripItem.)
Public propertyPadding
Gets or sets the internal spacing, in pixels, between the item's contents and its edges.
(Inherited from ToolStripItem.)
Public propertyRightToLeft
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
(Inherited from ToolStripControlHost.)
Public propertyRightToLeftAutoMirrorImage
Mirrors automatically the ToolStripItem image when the RightToLeft property is set to Yes.
(Inherited from ToolStripItem.)
Public propertySelected
Gets a value indicating whether the item is selected.
(Inherited from ToolStripControlHost.)
Public propertySite
Gets or sets the site of the hosted control.
(Inherited from ToolStripControlHost.)
Public propertySize
Gets or sets the size of the ToolStripItem.
(Inherited from ToolStripControlHost.)
Public propertyTag
Gets or sets the object that contains data about the item.
(Inherited from ToolStripItem.)
Public propertyText
Gets or sets the text to be displayed on the hosted control.
(Inherited from ToolStripControlHost.)
Public propertyTextAlign
Gets or sets the alignment of the text on a ToolStripLabel.
(Inherited from ToolStripItem.)
Public propertyTextImageRelation
Gets or sets the position of ToolStripItem text and image relative to each other.
(Inherited from ToolStripItem.)
Public propertyToolTipText
Gets or sets the text that appears as a ToolTip for a control.
(Inherited from ToolStripItem.)
Public propertyValue
Public propertyVisible
Gets or sets a value indicating whether the item is displayed.
(Inherited from ToolStripItem.)
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Public methodDoDragDrop
Begins a drag-and-drop operation.
(Inherited from ToolStripItem.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFocus
Gives the focus to a control.
(Inherited from ToolStripControlHost.)
Public methodGetCurrentParent
Retrieves the ToolStrip that is the container of the current ToolStripItem.
(Inherited from ToolStripItem.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from ToolStripControlHost.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodInvalidate
Invalidates the entire surface of the ToolStripItem and causes it to be redrawn.
(Inherited from ToolStripItem.)
Public methodInvalidate(Rectangle)
Invalidates the specified region of the ToolStripItem by adding it to the update region of the ToolStripItem, which is the area that will be repainted at the next paint operation, and causes a paint message to be sent to the ToolStripItem.
(Inherited from ToolStripItem.)
Public methodPerformClick
Generates a Click event for a ToolStripItem.
(Inherited from ToolStripItem.)
Public methodSelect
Selects the item.
(Inherited from ToolStripItem.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from ToolStripItem.)
Top
Events

  NameDescription
Public eventBackColorChanged
Occurs when the value of the BackColor property changes.
(Inherited from ToolStripItem.)
Public eventChanged
Public eventClick
Occurs when the ToolStripItem is clicked.
(Inherited from ToolStripItem.)
Public eventDisplayStyleChanged
Occurs when the DisplayStyle has changed.
(Inherited from ToolStripItem.)
Public eventDoubleClick
Occurs when the item is double-clicked with the mouse.
(Inherited from ToolStripItem.)
Public eventEnabledChanged
Occurs when the Enabled property value has changed.
(Inherited from ToolStripItem.)
Public eventEnter
Occurs when the hosted control is entered.
(Inherited from ToolStripControlHost.)
Public eventForeColorChanged
Occurs when the ForeColor property value changes.
(Inherited from ToolStripItem.)
Public eventKeyDown
Occurs when a key is pressed and held down while the hosted control has focus.
(Inherited from ToolStripControlHost.)
Public eventKeyPress
Occurs when a key is pressed while the hosted control has focus.
(Inherited from ToolStripControlHost.)
Public eventKeyUp
Occurs when a key is released while the hosted control has focus.
(Inherited from ToolStripControlHost.)
Public eventLeave
Occurs when the input focus leaves the hosted control.
(Inherited from ToolStripControlHost.)
Public eventLocationChanged
Occurs when the location of a ToolStripItem is updated.
(Inherited from ToolStripItem.)
Public eventMouseDown
Occurs when the mouse pointer is over the item and a mouse button is pressed.
(Inherited from ToolStripItem.)
Public eventMouseEnter
Occurs when the mouse pointer enters the item.
(Inherited from ToolStripItem.)
Public eventMouseHover
Occurs when the mouse pointer hovers over the item.
(Inherited from ToolStripItem.)
Public eventMouseLeave
Occurs when the mouse pointer leaves the item.
(Inherited from ToolStripItem.)
Public eventMouseMove
Occurs when the mouse pointer is moved over the item.
(Inherited from ToolStripItem.)
Public eventMouseUp
Occurs when the mouse pointer is over the item and a mouse button is released.
(Inherited from ToolStripItem.)
Public eventOwnerChanged
Occurs when the Owner property changes.
(Inherited from ToolStripItem.)
Public eventPaint
Occurs when the item is redrawn.
(Inherited from ToolStripItem.)
Public eventQueryAccessibilityHelp
Occurs when an accessibility client application invokes help for the ToolStripItem.
(Inherited from ToolStripItem.)
Public eventRightToLeftChanged
Occurs when the RightToLeft property value changes.
(Inherited from ToolStripItem.)
Public eventTextChanged
Occurs when the value of the Text property changes.
(Inherited from ToolStripItem.)
Public eventValidated
Occurs after the hosted control has been successfully validated.
(Inherited from ToolStripControlHost.)
Public eventValidating
Occurs while the hosted control is validating.
(Inherited from ToolStripControlHost.)
Public eventVisibleChanged
Occurs when the value of the Visible property changes.
(Inherited from ToolStripItem.)
Top
See Also

Reference