In This Topic
A GdPicture Image Identifier which can be passed by reference.
Syntax
'Declaration
Public Property CustomBitmapID As Integer
public int CustomBitmapID {get; set;}
public read-write property CustomBitmapID: Integer;
public function get,set CustomBitmapID : int
public: __property int get_CustomBitmapID();
public: __property void set_CustomBitmapID(
int value
);
public:
property int CustomBitmapID {
int get();
void set ( int value);
}
See Also