PSControl.OutOfBand 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.
When the "shape" of formatting has been determined by previous objects, sometimes you want objects of different types to continue using that shape (table, list, or whatever) even if they specify their own views, and sometimes you want your view to take over. When OutOfBand is true, the view will apply regardless of previous objects that may have selected the shape.
public:
property bool OutOfBand { bool get(); void set(bool value); };
public:
property bool OutOfBand { bool get(); void set(bool value); };
public bool OutOfBand { get; set; }
member this.OutOfBand : bool with get, set
Public Property OutOfBand As Boolean