C# 클래스 GoogleCloudExtension.Theming.CommonDialogWindowBaseContent

This class implements all of the common visuals for all dialogs.
상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

공개 프로퍼티들

프로퍼티 타입 설명
ButtonsProperty System.Windows.DependencyProperty
HasBannerProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
CommonDialogWindowBaseContent ( ) : GoogleCloudExtension.Utils

비공개 메소드들

메소드 설명
Initialize ( ) : void

Due to a limitation on the Xaml parser with respect to names in the content of a ContentControl we need to load the visuals (the styles) programmatically. If we were to use the normal pattern we will get the "Can't apply Name to an element" error.

메소드 상세

CommonDialogWindowBaseContent() 공개 메소드

public CommonDialogWindowBaseContent ( ) : GoogleCloudExtension.Utils
리턴 GoogleCloudExtension.Utils

프로퍼티 상세

ButtonsProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ButtonsProperty
리턴 System.Windows.DependencyProperty

HasBannerProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HasBannerProperty
리턴 System.Windows.DependencyProperty