BaseLayoutItemCustomizationOptions Members
Contains options that specify which operations can be performed on a layout item at runtime.
Properties
Name |
Description |
AllowDrag
|
Gets or sets whether the current layout item/group can be dragged-and-dropped to another position.
|
AllowDrop
|
Gets or sets whether other items can be dragged-and-dropped onto the current layout item/group.
|
Name |
Description |
Assign(BaseOptions)
|
Copies options from the specified object to the current object.
|
BeginUpdate()
|
Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.
|
CancelUpdate()
|
Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
|
CanDrag()
|
Returns whether the layout item can be dragged-and-dropped to another position.
|
CanDrop()
|
Returns whether other layout items can be dragged-and-dropped onto the current layout item.
|
EndUpdate()
|
Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Reset()
|
Resets all options to their default values.
|
ToString()
|
Returns a string representing the currently enabled options.
|
See Also