'宣言 Public Function DrawWindowCaption( _ ByVal smallCaption As Boolean, _ ByVal windowState As ThemedWindow.WindowState, _ ByVal enabledState As ThemedWindow.WindowEnabledState, _ ByRef drawParams As UIElementDrawParams, _ ByVal rect As Rectangle, _ ByVal clipRect As Rectangle _ ) As Boolean
public bool DrawWindowCaption( bool smallCaption, ThemedWindow.WindowState windowState, ThemedWindow.WindowEnabledState enabledState, ref UIElementDrawParams drawParams, Rectangle rect, Rectangle clipRect )