DesignerOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to get and set option values for a designer.
public ref class DesignerOptions
public class DesignerOptions
[System.Runtime.InteropServices.ComVisible(true)]
public class DesignerOptions
type DesignerOptions = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type DesignerOptions = class
Public Class DesignerOptions
- Inheritance
-
DesignerOptions
- Attributes
Constructors
DesignerOptions() |
Initializes a new instance of the DesignerOptions class. |
Properties
EnableInSituEditing |
Gets or sets a value that enables or disables in-place editing for ToolStrip controls. |
GridSize |
Gets or sets a Size representing the dimensions of a grid unit. |
ObjectBoundSmartTagAutoShow |
Gets or sets a value that specifies whether a designer shows a component's smart tag panel automatically on creation. |
ShowGrid |
Gets or sets a value that enables or disables the grid in the designer. |
SnapToGrid |
Gets or sets a value that enables or disables whether controls are automatically placed at grid coordinates. |
UseOptimizedCodeGeneration |
Gets or sets a value that enables or disables the component cache. |
UseSmartTags |
Gets or sets a value that enables or disables smart tags in the designer. |
UseSnapLines |
Gets or sets a value that enables or disables snaplines in the designer. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |