다음을 통해 공유


OverlappedPresenter.HasTitleBar 속성

정의

이 창에 제목 표시줄이 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool HasTitleBar { bool get(); };
bool HasTitleBar();
public bool HasTitleBar { get; }
var boolean = overlappedPresenter.hasTitleBar;
Public ReadOnly Property HasTitleBar As Boolean

속성 값

Boolean

bool

true 이 창에 제목 표시줄이 있으면 이고, 그렇지 않으면, false;

적용 대상