public List<Keys> ShortCuts { get; }
Public ReadOnly Property ShortCuts As List(Of Keys)
Get
public:
virtual property List<Keys>^ ShortCuts {
List<Keys>^ get () sealed;
}
abstract ShortCuts : List<Keys> with get
override ShortCuts : List<Keys> with get