Determines whether the Source property is available.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property IsImageAvailable As Boolean |
C# | |
---|
public bool IsImageAvailable {get;} |
Managed Extensions for C++ | |
---|
public: __property bool get_IsImageAvailable(); |
C++/CLI | |
---|
public:
property bool IsImageAvailable {
bool get();
} |
Return Value
true if the Source property is available; false otherwise.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also