Home
last modified time | relevance | path

Searched defs:showControlButton (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-sidebarcontainer.md85 ### showControlButton subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-sidebarcontainer.md85 ### showControlButton subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_model_ng.cpp79 void SideBarContainerModelNG::SetShowControlButton(bool showControlButton) in SetShowControlButton()
320 void SideBarContainerModelNG::SetShowControlButton(FrameNode* frameNode, bool showControlButton) in SetShowControlButton()
H A Dside_bar_container_pattern.cpp152 auto showControlButton = layoutProperty->GetShowControlButton().value_or(true); in OnUpdateShowControlButton() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp48 void SideBarContainerModelImpl::SetShowControlButton(bool showControlButton) in SetShowControlButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js10720 showControlButton(value) { method in ArkSideBarContainerComponent