ImageLibrary.Initialized 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.
Indicates whether the library is ready to use.
public:
property bool Initialized { bool get(); };
public:
property bool Initialized { bool get(); };
public bool Initialized { get; }
member this.Initialized : bool
Public ReadOnly Property Initialized As Boolean