ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ui.Select.setDisabled
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
নির্বাচন নিষ্ক্রিয় কিনা তা সেট করে।
এই নির্বাচন প্রদান করে।
ব্যবহার | রিটার্নস | Select. setDisabled (disabled) | ui. নির্বাচন করুন |
যুক্তি | টাইপ | বিস্তারিত | এই: ui.select | ui. নির্বাচন করুন | ui. সিলেক্ট ইনস্ট্যান্স। |
disabled | বুলিয়ান | নির্বাচন নিষ্ক্রিয় কিনা। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe \u003ccode\u003esetDisabled\u003c/code\u003e method allows you to enable or disable a UI select element.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003esetDisabled\u003c/code\u003e on a \u003ccode\u003eui.Select\u003c/code\u003e instance returns the instance itself, enabling method chaining.\u003c/p\u003e\n"],["\u003cp\u003eThe method accepts a boolean argument, \u003ccode\u003edisabled\u003c/code\u003e, indicating whether the select should be disabled.\u003c/p\u003e\n"]]],["The `Select.setDisabled(disabled)` method controls the disabled state of a select element. It accepts a boolean `disabled` argument, where `true` disables the select and `false` enables it. This method operates on a `ui.Select` instance and returns the same `ui.Select` instance, allowing for method chaining.\n"],null,["# ui.Select.setDisabled\n\n\u003cbr /\u003e\n\nSets whether the select is disabled.\n\n\u003cbr /\u003e\n\nReturns this select.\n\n| Usage | Returns |\n|--------------------------------|-----------|\n| Select.setDisabled`(disabled)` | ui.Select |\n\n| Argument | Type | Details |\n|-------------------|-----------|---------------------------------|\n| this: `ui.select` | ui.Select | The ui.Select instance. |\n| `disabled` | Boolean | Whether the select is disabled. |"]]