C# 클래스 Maker.ViewBusiness.GeneralOtherViewBusiness

파일 보기 프로젝트 열기: hhm2maker/Maker

공개 메소드들

메소드 설명
SetFullScreen ( Window window ) : void

设置窗口全屏

SetLaunchpadStyle ( LaunchpadPro mLaunchpad, DeviceModel deviceModel ) : void

设置Launchpad样式

SetPercentageOfScreen ( Window window, double percentage ) : void

设置窗口百分比

SetStringsAndClickEventToListBox ( ListBox menuItem, List strings, MouseButtonEventHandler clickEvent, bool isClearOld, int fontSize ) : void

设置字符串数组和点击事件到MenuItem

SetStringsAndClickEventToMenuItemView ( MenuItem menuItem, List strings, RoutedEventHandler clickEvent, bool isClearOld, int fontSize ) : void

设置字符串数组和点击事件到MenuItem

SetStringsAndClickEventToTreeView ( TreeView treeView, List strings, MouseButtonEventHandler clickEvent, bool isClearOld, int fontSize ) : void

设置字符串数组和点击事件到MenuItem

设置字符串数组和点击事件到MenuItem

SetStringsToListBox ( ListBox listbox, List strings ) : void

设置字符串数组到ListBox

SetStringsToListBox ( ListBox listbox, List strings, String selectString ) : void

设置字符串数组到ListBox

메소드 상세

SetFullScreen() 공개 정적인 메소드

设置窗口全屏
public static SetFullScreen ( Window window ) : void
window Window
리턴 void

SetLaunchpadStyle() 공개 정적인 메소드

设置Launchpad样式
public static SetLaunchpadStyle ( LaunchpadPro mLaunchpad, DeviceModel deviceModel ) : void
mLaunchpad LaunchpadPro
deviceModel DeviceModel
리턴 void

SetPercentageOfScreen() 공개 정적인 메소드

设置窗口百分比
public static SetPercentageOfScreen ( Window window, double percentage ) : void
window Window
percentage double
리턴 void

SetStringsAndClickEventToListBox() 공개 정적인 메소드

设置字符串数组和点击事件到MenuItem
public static SetStringsAndClickEventToListBox ( ListBox menuItem, List strings, MouseButtonEventHandler clickEvent, bool isClearOld, int fontSize ) : void
menuItem ListBox
strings List
clickEvent MouseButtonEventHandler
isClearOld bool
fontSize int
리턴 void

SetStringsAndClickEventToMenuItemView() 공개 정적인 메소드

设置字符串数组和点击事件到MenuItem
public static SetStringsAndClickEventToMenuItemView ( MenuItem menuItem, List strings, RoutedEventHandler clickEvent, bool isClearOld, int fontSize ) : void
menuItem MenuItem
strings List
clickEvent RoutedEventHandler
isClearOld bool
fontSize int
리턴 void

SetStringsAndClickEventToTreeView() 공개 정적인 메소드

设置字符串数组和点击事件到MenuItem 设置字符串数组和点击事件到MenuItem
public static SetStringsAndClickEventToTreeView ( TreeView treeView, List strings, MouseButtonEventHandler clickEvent, bool isClearOld, int fontSize ) : void
treeView TreeView
strings List
clickEvent MouseButtonEventHandler
isClearOld bool
fontSize int
리턴 void

SetStringsToListBox() 공개 정적인 메소드

设置字符串数组到ListBox
public static SetStringsToListBox ( ListBox listbox, List strings ) : void
listbox ListBox
strings List
리턴 void

SetStringsToListBox() 공개 정적인 메소드

设置字符串数组到ListBox
public static SetStringsToListBox ( ListBox listbox, List strings, String selectString ) : void
listbox ListBox
strings List
selectString String
리턴 void