| Visual Basic | |
|---|---|
Sub GetButtonImages( _ ByVal hDestImageList As System.Integer, _ ByVal eState As EdmButtonState, _ ByVal poItemIDArray() As System.Integer _ ) | |
| C# | |
|---|---|
void GetButtonImages( System.int hDestImageList, EdmButtonState eState, System.int[] poItemIDArray ) | |
| C++/CLI | |
|---|---|
void GetButtonImages( & System.int hDestImageList, & EdmButtonState eState, & System.array<int>^ poItemIDArray ) | |
Parameters
- hDestImageList
- Handle of the image list (HIMAGELIST) to which to add images; the images are appended at the end of the list
- eState
- State of buttons to get as defined in EdmButtonState
- poItemIDArray
- Array of menu command IDs for which to get images
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 5.2 of SOLIDWORKS PDM Professional