전자실메일양식 통일 및 정리 작업
This commit is contained in:
		| @@ -1,36 +0,0 @@ | ||||
| using System.Drawing; | ||||
| using YARTE.Properties; | ||||
|  | ||||
| namespace YARTE.UI.Buttons | ||||
| { | ||||
|     public class BoldButton : IHTMLEditorButton | ||||
|     { | ||||
|         public void IconClicked(HTMLEditorButtonArgs args) | ||||
|         { | ||||
|             args.Document.ExecCommand("Bold", false, null); | ||||
|         } | ||||
|  | ||||
|         public Image IconImage | ||||
|         { | ||||
|             get | ||||
|             { | ||||
|                 return Resources.bold; | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         public string IconName | ||||
|         { | ||||
|             get { return "Bold"; } | ||||
|         } | ||||
|  | ||||
|         public string IconTooltip | ||||
|         { | ||||
|             get { return "Bold"; } | ||||
|         } | ||||
|  | ||||
|         public string CommandIdentifier | ||||
|         { | ||||
|             get { return "Bold"; } | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi