The methods of the LetterBar class are listed below. For a complete list of LetterBar class members, see the LetterBar Members topic.
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) | Overloaded. Releases all resources used by the Component. |
EnableLetter | Overloaded. Enables or disables desired letter. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexToLetter | Converts index to letter. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
LetterToIndex | Converts letter to index. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
CreateLetters | Creates list of letters from string. |
CreateVisibleLetters | |
DeselectAllIndex (inherited from ScrollBarExtensionBase) | Determines if index specifies no selection. |
Dispose | Overloaded. Cleans up any resources being used. |
DrawBackground | Draws background (based on Color, GradientColor or Image properties). |
DrawBorder | Draws component's border. |
DrawLetters | Draws VisibleLetters. |
Finalize (inherited from Component) | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. |
GetPen | Gets cached pen. |
GetSolidBrush | Gets cached solid brush. |
HandleVisualChange | Invalidates backbuffer and raises redraw event. |
Invalidate (inherited from ScrollBarExtensionBase) | Invalidates back buffer. |
MemberwiseClone (inherited from MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
MemberwiseClone (inherited from Object) | Overloaded. Creates a shallow copy of the current Object. |
OnIndexToValue (inherited from ScrollBarExtensionBase) | Raises the IndexToValue event. |
OnMouseDown | Raises the MouseDown event. |
OnMouseMove (inherited from ScrollBarExtensionBase) | Raises the MouseMove event. |
OnMouseUp (inherited from ScrollBarExtensionBase) | Raises the MouseUp event. |
OnPaint | Raises Paint event. |
OnPropertyChanged (inherited from ScrollBarExtensionBase) | Raises the PropertyChanged event. |
OnResize | Raises the Resize event. |
OnValueToIndex (inherited from ScrollBarExtensionBase) | Raises the ValueToIndex event. |
ShouldSerializeBorderStyle | Indicates whether the BorderStyle property should be persisted. |
ShouldSerializeGradientColor | Indicates whether the GradientColor property should be persisted. |
ValidateIndex | Validates index. |
ValidateValue | Validates value. |
LetterBar Class | Resco.Controls.ScrollBar Namespace