SelectNextBandItemCommand Property
In This Topic
Gets a command for selecting the next band item in the thumbnail list.
Syntax
'Declaration
Public ReadOnly Property SelectNextBandItemCommand As ICommand
'Usage
Dim instance As ImGearThumbnailList
Dim value As ICommand
value = instance.SelectNextBandItemCommand
public ICommand SelectNextBandItemCommand {get;}
public: __property ICommand* get_SelectNextBandItemCommand();
public:
property ICommand^ SelectNextBandItemCommand {
ICommand^ get();
}
Property Value
ICommand value.
See Also