Pivot.IsLocked Property
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.
public:
property bool IsLocked { bool get(); void set(bool value); };
bool IsLocked();
void IsLocked(bool value);
public bool IsLocked { get; set; }
var boolean = pivot.isLocked;
pivot.isLocked = boolean;
Public Property IsLocked As Boolean
<Pivot IsLocked="bool" />
Property Value
Boolean
bool
true if the Pivot is locked; false if it is unlocked. The default is false.