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