System.Windows.Forms.ThemeWin32Classic.ManagedWindowTitleButtonHasHotElementStyle C# (CSharp) 메소드

ManagedWindowTitleButtonHasHotElementStyle() 공개 메소드

public ManagedWindowTitleButtonHasHotElementStyle ( System.Windows.Forms.TitleButton button, Form form ) : bool
button System.Windows.Forms.TitleButton
form Form
리턴 bool
		public override bool ManagedWindowTitleButtonHasHotElementStyle (TitleButton button, Form form)
		{
			return false;
		}
ThemeWin32Classic