DockingAttribute.IsDefaultAttribute Method

Definition

Specifies whether this DockingAttribute is the default docking attribute.

public:
 override bool IsDefaultAttribute();
public override bool IsDefaultAttribute ();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean

Returns

true is the current DockingAttribute is the default; otherwise, false.

Applies to