Class FormSettings
Inheritance
System.Object
FormSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.SpellChecker.dll
Syntax
public class FormSettings
Constructors
FormSettings()
Declaration
public FormSettings()
Properties
Location
Declaration
public Point Location { get; set; }
Property Value
System.Drawing.Point
|
StartPosition
Declaration
public FormStartPosition StartPosition { get; set; }
Property Value
System.Windows.Forms.FormStartPosition
|
ThemeName
Declaration
public string ThemeName { get; set; }
Property Value
System.String
|