MobileForms Toolkit Documentation

Style Methods

The methods of the Style class are listed below. For a complete list of Style class members, see the Style Members topic.

Public Instance Methods

Clone Creates the copy of this style.
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.
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.
InitializeLifetimeService (inherited from MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Dispose (inherited from Component)Overloaded. Releases the unmanaged resources used by the Component and optionally releases the managed resources.
Finalize (inherited from Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
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.
OnStyleChanged Notifies the SmartGrid that the style has been changed.
ShouldSerializeFont Indicates whether the Font property should be persisted.
ShouldSerializeImageAlignment Indicates whether the ImageAlignment property should be persisted.
ShouldSerializeImagePosition Indicates whether the ImagePosition property should be persisted.
ShouldSerializeTextAlignment Indicates whether the TextAlignment property should be persisted.

Protected Internal Instance Methods

Format Formats the data to display string.

See Also

Style Class | Resco.Controls.SmartGrid Namespace