SingleSelectWindowsDisplayer overview
SingleSelectWindowsDisplayer Constructor | Constructor |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetAlignment | Gets the alignment for the control |
GetControl (inherited from WindowsFieldDisplayer) | Gets the Windows control that represents this field |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetHelpString (inherited from WindowsFieldDisplayer) | Overidden to provide the help string for the control which is under this point. Basic implementation provides, the help string for the control. |
GetPreferredSize | Gets the preferred size of the control |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetValue | Gets the value of a control which has been displayed |
MarkInvalidControls (inherited from WindowsFieldDisplayer) | Marks all the invalid sub controls |
SetValue | Sets the value of the control |
ToString (inherited from Object) | Returns a String that represents the current Object. |
ControlChanged (inherited from WindowsFieldDisplayer) | This event is fired (by the overriding class) when a control has changed. It is used to reverify the form |
Context (inherited from WindowsFieldDisplayer) | Gets the context for this displayer |
FieldDef (inherited from WindowsFieldDisplayer) | Gets the field definition for this field |
MyControl (inherited from WindowsFieldDisplayer) | Gets the control which is represented by this object |
Parent (inherited from WindowsFieldDisplayer) | Gets the parent control for the control represented by this object |
ChildChanged (inherited from WindowsFieldDisplayer) | Standard handler for any event which indicates that the control has changed value |
ChildValidatingChanged (inherited from WindowsFieldDisplayer) | Standard handler for any event which indicates that the control has changed value |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
FireControlChanged (inherited from WindowsFieldDisplayer) | Fires the ControlChanged event |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
PostInit | Gets a control to represent the field |
SingleSelectWindowsDisplayer Class | Ant.ContentEntry.FieldDisplayers.Windows Namespace