C# Class SS.Ynote.Classic.Core.ToolBarItem

ファイルを表示 Open project: samarjeet27/ynoteclassic

Public Properties

Property Type Description
Command string
IconFile string
Text string

Property Details

Command public_oe property

Command it will run
public string Command
return string

IconFile public_oe property

The Icon of the Item
public string IconFile
return string

Text public_oe property

Text / ToolTip of the Tool Bar Item
public string Text
return string