Source — различия между версиями

Материал из TK
Перейти к: навигация, поиск
(Новая страница: «На панель добавляем кнопки на панель и ловим события их нажатия Interface: IBarItems --~~~~--~~~~--~~~…»)
 
(Полностью удалено содержимое страницы)
 
Строка 1: Строка 1:
На панель добавляем кнопки на панель и ловим события их нажатия
 
 
Interface: IBarItems
 
 
--[[Участник:Proffit Sascha|Proffit Sascha]] ([[Обсуждение участника:Proffit Sascha|обсуждение]]) 12:32, 20 мая 2019 (PKT)--[[Участник:Proffit Sascha|Proffit Sascha]] ([[Обсуждение участника:Proffit Sascha|обсуждение]]) 12:32, 20 мая 2019 (PKT)--[[Участник:Proffit Sascha|Proffit Sascha]] ([[Обсуждение участника:Proffit Sascha|обсуждение]]) 12:32, 20 мая 2019 (PKT)--[[Участник:Proffit Sascha|Proffit Sascha]] ([[Обсуждение участника:Proffit Sascha|обсуждение]]) 12:32, 20 мая 2019 (PKT)&nbsp; &nbsp; &nbsp; &nbsp; public AGBarItem[] GetModuleBarItems(IAutoGRAPHShell baseShellProvider, ModuleControlsFlags flags, int maxGroupIndex)<br/>&nbsp; &nbsp; &nbsp; &nbsp; {<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #region добавляем кнопки отмена и вернуть на панель<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AGBarButton setUndo = new AGBarButton("Отменить", Properties.Resources.Undo);<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; setUndo.ItemClick += UndoButton_ItemClick;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AGBarButton setRedo = new AGBarButton("Вернуть", Properties.Resources.Redo);<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; setRedo.ItemClick += RedoButton_ItemClick;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return new[] { setUndo, setRedo };<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #endregion<br/>&nbsp; &nbsp; &nbsp; &nbsp; }--[[Участник:Proffit Sascha|Proffit Sascha]] ([[Обсуждение участника:Proffit Sascha|обсуждение]]) 12:32, 20 мая 2019 (PKT)
 
 
&nbsp; &nbsp; &nbsp; &nbsp; void UndoButton_ItemClick(object sender, AGBarEventArgs e)<br/>&nbsp; &nbsp; &nbsp; &nbsp; {//Пишем код выполнения по нажатию кнопки&nbsp;Undo
 
 
&nbsp; &nbsp; &nbsp; &nbsp; }
 
 
&nbsp; &nbsp; &nbsp; &nbsp; void RedoButton_ItemClick(object sender, AGBarEventArgs e)<br/>&nbsp; &nbsp; &nbsp; &nbsp; {//Пишем код выполнения по нажатию кнопки&nbsp;Redo
 
 
&nbsp; &nbsp; &nbsp; &nbsp; }
 

Текущая версия на 12:35, 20 мая 2019