FarPoint.Win Assembly : FarPoint.Win Namespace |
Class | Description | |
---|---|---|
AboutEditor | Represents the About dialog editor. | |
BevelBorder | Represents a simple one-line beveled border. | |
BevelBorderFactory | Represents an object for creating beveled borders in environments that do not support parameterized constructors. | |
CheckBoxPicture | Represents the pictures (images) used for the different states of a check box. | |
ComplexBorder | Represents a complex border. | |
ComplexBorderFactory | Represents an object that provides a means of creating complex borders in environments that do not support parameterized constructors. | |
ComplexBorderSide | Represents one side of a four-sided, complex border. | |
ComplexBorderSideFactory | Represents an object that provides a means of creating a complex border side in environments that do not support parameterized constructors. | |
ComplexBorderSidePattern | Specifies the pattern of the border for one side of a cell. | |
CompoundBorder | Represents a compound border. | |
CompoundBorderFactory | Represents an object for creating a compound border in environments that do not support parameterized constructors. | |
ControlBase | Represents the common basis (base class) for FarPoint controls. | |
DoubleLineBorder | Represents a simple double-line border. | |
DoubleLineBorderFactory | Represents a class that provides a means of creating a double-line border in environments that do not support parameterized constructors. | |
DropDownEventArgs | Represents the event data for the DropDown event. | |
ElementControl | Represents a control element. | |
Elements | Represents a collection of elements. | |
Elements.ElementAddNotifyEventArgs | Represents the event data for the ElementAdd event, which occurs when the user has added an element. | |
Elements.ElementDeletingNotifyEventArgs | Represents the event data for the ElementDeleting event, which occurs when the user has deleted an element. | |
ElementStyle | Represents the element style object. | |
ElementWindowless | Represents the windowless element for a control. | |
ElementWithButtons | Represents windowless elements that display buttons. | |
EmptyBorder | Represents an empty border that takes no space. | |
FpButton | Represents the FarPoint button control. | |
FpCheckBox | Represents a FarPoint check box control. | |
FpCombo | Represents the FarPoint combo box control. | |
FpHyperlink | Represents the FarPoint hyperlink control. | |
FpMultiOption | Represents the FarPoint button control with multiple options. | |
FpProgress | Represents the FarPoint progress indicator control. | |
FpSlider | Represents the FarPoint slider (track bar) control. | |
FpVisualStyleRenderer | Represents a renderer for drawing and getting information about a System.Windows.Forms.VisualStyles.VisualStyleElement. | |
Inset | Represents the dimensions of borders and margins. | |
LineBorder | Represents a simple single-line border. | |
LineBorderFactory | Represents a class for creating single-line borders in environments that do not support parameterized constructors. | |
NameChangingEventArgs | Represents the event data for the NameChanging event. | |
Picture | Represents a picture to display. | |
PopupCancelEventArgs | Arguments of a PopupCancel event. Provides a reference to the popup form that is to be closed and allows the operation to be cancelled. | |
PopupClosedEventArgs | Contains event information for a PopupClosed event. | |
PopUpEventArgs | Represents the event data for the PopUp event. | |
PopupWindowHelper | A class to assist in creating popup windows like combo box drop-downs and menus. This class includes functionality to keep the title bar of the popup owner form active while the popup is displayed, and to automatically cancel the popup whenever the user clicks outside the popup window or shifts focus to another application. | |
PopupWindowHelperMessageFilter | A Message Loop filter which detects mouse events while the popup form is shown and notifies the owning PopupWindowHelper class when a mouse click outside the popup occurs. | |
RadioPicture | Represents the pictures for the different option button states. | |
RoundedLineBorder | Represents a rounded-edge single-line border. | |
RoundedLineBorderFactory | Represents a class for creating rounded-edge, single-line border objects in environments that do not support parameterized constructors. | |
Serializer | Represents the serializer object for opening from and saving to a file. | |
SlideLeftEventArgs | Represents the event data for the SlideLeft event. | |
SlideRightEventArgs | Represents the event data for the SlideRight event. | |
SpinDownEventArgs | Represents the event data for the SpinDown event. | |
SpinUpEventArgs | Represents the event data for the SpinUp event. | |
spreadImeHelper | Describes the Spread IME helper. | |
SuperEditBase | Represents the base for editing controls. |
Interface | Description | |
---|---|---|
IBorder | Interface that supports painting a border around a cell. | |
IBorder2 | Interface that supports painting a border around a cell. | |
IBorder3 | Interface that supports printing a border to PDF around a cell. | |
IBorderGraphics | Interface that supports border graphics. | |
IBorderGrayscaleSupport | Interface that supports printing black and white mode(Internal use only). | |
IBorderRotationSupport | Interface that supports border painting based on cell text orientation angle. | |
ICanSerializeXml | Interface that supports serialization to XML of objects that might not be able to save the entire object from the models. | |
IDynamicName | Interface that supports generating the name dynamically for ElementWindowless instance. | |
IEditorImeSenteceModeSupport | Interface that defines the methods and properties required by objects used for allowing arrows to move the active cell. | |
IInputScopeSupport | Interface that supports setting InputScopeNameValue to the editor control. | |
ILabelFormatter | Interface that defines the methods and properties required by objects used as formatters. Formatters are responsible for formatting chart contents. | |
ILabelFormatter2 | Interface that defines the methods and properties required by objects used as formatters. Formatters are responsible for formatting chart contents. | |
ISelectSupport | Interface that supports selection. | |
ISerializeData | Interface that supports serialization to XML of data from the models. | |
ISerializeDrawing | Interface that supports serialization to XML of drawing objects (shapes) from the models. | |
ISerializePresentation | Interface that supports serialization to XML of presentations from the models. | |
ISerializePresentation2 | Interface that supports serialization to XML of presentations from the models. | |
ISerializeSettings | Interface that supports serialization to XML of settings from the models. | |
ISerializeStyles | Interface that supports serialization to XML of styles from the models. | |
ISerializeStyles2 | Interface that supports serialization to XML of styles from the models. | |
ISerializeSupport | Interface that supports serialization to XML of objects from the models. | |
ISerializeSupport2 | Interface that supports serialization to XML of objects from the models. | |
ISerializeSupport3 | Interface that supports serialization to XML of objects from the models. | |
ITouchEditor | Interface that defines properties and methods to support to show grip editor when editing in touch mode. | |
ITouchStatusProvider | Interfaces that specifies whether a object support screen touch. | |
IVerticalAlignmentSupport | Interface that supports vertical alignment to the editor control. |
Delegate | Description | |
---|---|---|
DropDownEventHandler | Represents the method that handles the DropDown Event. | |
Elements.ElementAddNotifyEventHandler | Represents a defined method that handles the element add event. | |
Elements.ElementDeletingNotifyEventHandler | Represents a defined method that handles the element deleting event. | |
InvalidDataEventHandler | Represents the method that handles the InvalidData event. | |
NameChangingEventHandler | Handles a NameChanging event. | |
PopupCancelEventHandler | Represents the method which responds to a PopupCancel event. | |
PopupClosedEventHandler | Represents the method which responds to a PopupClosed event. | |
PopUpEventHandler | Represents the method that handles the PopUp event. | |
SlideLeftEventHandler | Represents the method that handles the SlideLeft event. | |
SlideRightEventHandler | Represents the method that handles the SlideRight event. | |
SpinDownEventHandler | Represents the method that handles the SpinDown event. | |
SpinUpEventHandler | Represents the method that handles the SpinUp event. |
Enumeration | Description | |
---|---|---|
AutoSearch | Specifies whether and how the list items in a combo box are searched and selected based on character key input. | |
BackStyle | Specifies the background style | |
BevelBorderType | Specifies the type of beveled border. | |
ButtonAlign | Specifies the alignment of the button in the edit control. | |
ButtonStyle | Specifies the style of the button to display in the edit control. | |
ButtonTextAlign | Specifies the alignment of the button text. | |
CheckBoxPictureIndex | Specifies the index for the picture for the states of a check box. | |
CheckValue | Specifies the value of the check box. | |
ComboCharacterSet | Specifies the character set for valid cell contents. | |
ComplexBorderSideStyle | Specifies the style of the border for one side of a cell. | |
ControlType | Specifies how the contents of the control can be handled. | |
DrawFocusRectangle | Specifies the display and location of the focus rectangle. | |
DropDownOptions | Specifies how to show the list in the combox cell type. | |
EditModeCursorPosition | Specifies the position of the pointer when the edit control receives the focus. | |
ElementState | Specifies the state of the element for display. | |
ElementWithButtonsStyle | Specifies the button style to use in the ElementWithButtons class. | |
FocusRectangle | Specifies whether to show focus rectangle or not | |
HorizontalAlignment | Specifies the horizontal alignment of the contents of the control. | |
HorizontalScrollMode | Specifies the scroll style for horizontal scroll control. | |
ImeSentenceMode | Determines how the IME should handle sentences. | |
InputScopeNameValue | Specifies the input scope name which modifies how input from alternative input methods is interpreted. | |
InvalidOption | Specifies what to do with invalid data when the edit control loses focus. | |
ListAlignment | Specifies which side of the combo box the drop-down list is aligned to. | |
PictureOrientation | Specifies the orientation of the picture in the control. | |
ProgressOrientation | Specifies the orientation of the progress indicator in the control. | |
ProgressStyle | Specifies the appearance of the progress indicator in the control. | |
ProgressTextStyle | Specifies the appearance of the text portion of the progress indicator. | |
RadioOrientation | Specifies the orientation of the option buttons in the control. | |
RadioPictureType | Specifies the state of the individual option in the multiple options button control. | |
RenderStyle | Specifies the rendering style for images. | |
SliderOrientation | Specifies the orientation of the slider. | |
TextAlign | Specifies the alignment of text and pictures in a control. | |
TextOrientation | Specifies the orientation of the text in a control. | |
UserEntry | Specifies whether data is validated when it is provided to the editing control. | |
VerticalAlignment | Specifies the vertical alignment of the contents of the control. | |
VerticalScrollMode | Specifies the scroll style for vertical scroll control. | |
VisualStyles | Specifies if visual styles are applied to the control. |