腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(5012)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
WPF
togglebutton
<
ToggleButton
Name="
ToggleButton
" PreviewMouseDown="
ToggleButton
_MouseDown_1" IsThreeState="False">> {
ToggleButton
.IsChecked
Toggl
浏览 0
修改于2014-01-20
得票数 0
1
回答
ToggleButton
onCheckChangeListener
我正在制作一个有记录按钮和切换按钮的应用程序。记录按钮开始录制声音,切换按钮声明是否必须保存记录按钮,还是只按一次。这就是我想要达到的目的: public void onCheckedChanged(CompoundButton buttonView, saveCheckedState("tou
浏览 1
修改于2013-08-14
得票数 0
回答已采纳
3
回答
ToggleButton
结合
如果在usercontrol....how中的堆栈面板中有一个绑定到n个切换按钮的集合,那么我可以在没有代码的情况下更新基础集合(包括选中和未检查的事件)并完成更新逻辑吗?U。
浏览 6
提问于2010-07-21
得票数 0
回答已采纳
1
回答
ToggleButton
状态
如果不访问我的设置文件,我就无法从单元格中获得
toggleButton
的状态,这是不必要的开销。让我展示一下代码的片段。ElseEnd If UI XML看起来像 <
toggleButton
浏览 1
修改于2020-06-15
得票数 0
1
回答
使用
ToggleButton
__init__(parent) self.startbutton = wx.
ToggleButton
(self.panelwx.Button(self.panel, -1, "stop") self.startbutton.Bind(wx.EVT_
TOGGLEBUTTON
浏览 2
修改于2019-09-26
得票数 1
回答已采纳
3
回答
Android
ToggleButton
这些是im使用的图像:守则:<
ToggleButton
android:layout_width
浏览 5
修改于2019-08-25
得票数 12
回答已采纳
1
回答
绑定到
ToggleButton
我有一个带有30个
togglebutton
的xaml页面,我需要将每个
togglebutton
的4个属性绑定到我拥有的一个类上。我可以做绑定,但我希望找到一个更好的解决方案。我的类目前看起来像这样:public int
ToggleButton
1Width;public int
ToggleButton
2Height;..etc 如你所见,如果我为每个
浏览 1
提问于2010-06-29
得票数 1
回答已采纳
1
回答
AirPlane
ToggleButton
?
我正在尝试使用
ToggleButton
来打开和关闭AirPlane模式。我不知道该怎么做。:layout_width="fill_parent" android:text="@string/hello"<
ToggleButton
layout_width="wrap_content" android:layout_height="wrap_content
浏览 1
修改于2011-04-20
得票数 0
回答已采纳
2
回答
ToggleButton
检查
我正在Windows商店应用程序中使用Visual 2013。我有两个ToggleButtons。他们就像开关一样工作:我一次只能检查其中一个。当我检查1. toogle按钮时,2.切换按钮取消检查。当我检查2切换按钮时,1.切换按钮取消检查。我的问题是:如何使事件知道,当我单击一个已经选中的切换按钮时,在我检查第二个切换按钮之前,它不能被取消检查。我需要禁用打开事件的切换按钮或类似的东西?
浏览 4
提问于2015-05-18
得票数 0
1
回答
PrimeNG
ToggleButton
图标
我正试图在我的
ToggleButton
中添加一个字体的图标 aria-hidden="true">只有pButton有可能吗?
浏览 0
修改于2018-08-08
得票数 1
回答已采纳
1
回答
在检查
ToggleButton
时,如何更改
ToggleButton
的边框角半径?
我有一个ComboBox,它有一个Style,其中一个
ToggleButton
在上面。我给了它一个CornerRadius,当我检查
ToggleButton
和我的ComboBox打开时,底部的CornerRadius应该会改变。ColumnDefinition MaxWidth="18"/>
浏览 4
修改于2021-11-25
得票数 0
回答已采纳
2
回答
“无法将TextView转换为
ToggleButton
",但它是一个
ToggleButton
使用RelativeLayout,我有一个ID为reminderToggle的
ToggleButton
android:id="@+id/reminderToggle" />
ToggleButton
reminderToggle = (
ToggleButton
)findViewById(R.id.reminderToggle);if(reminderToggle.isChecked()) { 在按钮onClic
浏览 0
提问于2011-12-16
得票数 1
回答已采纳
3
回答
保存
togglebutton
android状态
我正在尝试保存
togglebutton
的状态,但每次我关闭应用程序并重新启动时,它都会回到关闭状态。我希望状态被记住,所以当有人向他们的收藏中添加了一些东西时,要记住它是被添加到收藏中的。boolean onCreateOptionsMenu(Menu menu) {
toggleButton
= (
ToggleButton
) findViewById(R.id.myToggleButton);
toggl
浏览 0
修改于2017-04-03
得票数 0
1
回答
覆盖
ToggleButton
样式
我在我的窗口中有一个在我的ResourceDictionary中设置了样式的
ToggleButton
。它在ResourceDictionary中的原因是因为我很快就会有几个或更多的
ToggleButton
,它们必须具有相同的外观。<Style x:Key="Standardbutton" TargetType="{x:Type
ToggleButton
}">问题是,当
To
浏览 0
修改于2013-07-27
得票数 9
回答已采纳
0
回答
Xamarin Forms
ToggleButton
我正在构建一个
togglebutton
,当视图模型中的相关属性被激活时,它会通过行为和触发器进行切换。
浏览 3
提问于2016-07-13
得票数 4
回答已采纳
4
回答
ToggleButton
不工作
android.widget.CompoundButton.OnCheckedChangeListener;import android.widget.
ToggleButton
; setContentView(R.layou
浏览 3
提问于2014-03-13
得票数 0
回答已采纳
1
回答
ListView和
ToggleButton
因为这是一个切换,所以我只想打开按钮的一个实例,所以如果它打开了一个列表项,那么ListView中可能打开
ToggleButton
的所有其他项都应该关闭。 vh.playpause = (
ToggleButton
TextView title; TextView pubDate; T
浏览 2
修改于2014-11-20
得票数 0
4
回答
ToggleButton
-> Change TextView
savedInstanceState) { setContentView(R.layout.activity_main); TextView t = (TextView)findViewById(R.id.Field);
浏览 5
提问于2014-04-26
得票数 0
回答已采纳
2
回答
WPF
ToggleButton
XAML样式
下面是我使用的代码: <Style TargetType="{x:Type
ToggleButton
}"> <Setter Property="Content">>
浏览 0
修改于2014-12-07
得票数 3
回答已采纳
1
回答
ToggleButton
State OnClick
仅在单击对话框上的“确定”之后,如何更改
toggleButton
的状态?如果单击“取消”
toggleButton
未更改,则问题是始终切换
toggleButton
,因此是否有需要在此之前进行的示例或特定实现?toggle1 = (
ToggleButton
) findViewById(R.id.filterButton); // toggle1.setChecked(getDefaults("Toggle1S
浏览 2
修改于2014-01-05
得票数 1
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券