PSControl.OutOfBand Property

Definition

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

Property Value

Applies to