In This Topic
A reference to a boolean value. If set to true and if a CustomBitmapID parameter is provided, the control will automatically release the CustomBitmapID from the memory.
Syntax
'Declaration
Public Property ReleaseBitmap As Boolean
public bool ReleaseBitmap {get; set;}
public read-write property ReleaseBitmap: Boolean;
public function get,set ReleaseBitmap : boolean
public: __property bool get_ReleaseBitmap();
public: __property void set_ReleaseBitmap(
bool value
);
public:
property bool ReleaseBitmap {
bool get();
void set ( bool value);
}
See Also